#065A98

Color #065A98 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #065A98

Tints of Cobalt #065A98

Color information

#065A98 (or 0x065A98) is unknown color: approx Cobalt. HEX triplet: 06, 5A and 98. RGB value is (6,90,152). Sum of RGB (Red+Green+Blue) = 6+90+152=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #065A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A98 is #F9A567. Grayscale: #474747. Windows color (decimal): -16360808 or 9984518. OLE color: 9984518.

HSL color Cylindrical-coordinate representation of color #065A98: hue angle of 205.48º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A98 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB690152-
CMYK0.960.4100.40
HSL205.48º92.41%30.98%-
HSV(B)205.48º96.05%59.61%-
XYZ9.49.6231.07-
YUV71.95173.1780.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=2.42%
G=36.29%
B=61.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6901520.960.4100.40205.4892.4130.98
Hex65A986029028cd5c1f
Octal61322301405105031513437
Binary1101011010100110001100000101001010100011001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A98; }

 p { color: rgb(6,90,152); }

 H1.HeaderClassName
 {
   color: #065A98;
 }
 .AnyTagClassName
 {
   color: #065A98;
 }
</style>
background-color css

<style>
 a { background-color: #065A98; }

 a { background-color: rgb(6,90,152); }

 div.DivClassName
 {
   background-color: #065A98;
 }
 .BgClassName
 {
   background-color: #065A98;
 }
</style>
border-color css

<style>
 span { border-color: #065A98; }

 span { border-color: rgb(6,90,152); }

 td.TdClassName
 {
   border-color: #065A98;
 }
 .TagClassName
 {
   border-color: #065A98;
 }
</style>