Html Css Color HEX #065EA9 Cobalt

📋 copy color: '#065EA9'

red 6 ◦ green 94 ◦ blue 169

#065EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #065EA9

Tints of Cobalt #065EA9

RGB

 RED value IS 6 (2.73% from 255) = 2.23%

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 169 (66.41% from 255) = 62.83%

R = 2.23%
G = 34.94%
B = 62.83%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#065EA9 (or 0x065EA9) is known color: Cobalt. HEX triplet: 06, 5E and A9. RGB value is (6,94,169). Sum of RGB (Red+Green+Blue) = 6+94+169=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 169 (66.41% from 255 or 62.83% from 269); Max value from RGB is 169 - color contains mainly: blue. Hex color #065EA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065EA9 is #F9A156. Grayscale: #4B4B4B. Windows color (decimal): -16359767 or 11099654. OLE color: 11099654.

HSL color Cylindrical-coordinate representation of color #065EA9: hue angle of 207.61º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065EA9 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 6 94 169 -
CMYK 0.96 0.44 0 0.34
HSL 207.61º 0.93% 0.34% -
HSV(B) 207.61º 0.96% 0.66% -
XYZ 11.24 10.91 39.05 -
YUV 76.24 180.35 77.9 -
System Red Green Blue C M Y K H S L
Decimal 6 94 169 0.96 0.44 0 0.34 207.61 0.93 0.34
Hex 6 5E A9 60 2C 0 22 D0 5D 22
Octal 6 136 251 140 54 0 42 320 135 42
Binary 110 1011110 10101001 1100000 101100 0 100010 11010000 1011101 100010

Color Harmonies of #065EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EA9

Black with #065EA9

Text Example


Text Example

White with #065EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,94,169); }

 H1.HeaderClassName
 {
   color: #065EA9;
 }
 .AnyTagClassName
 {
   color: #065EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(6,94,169); }

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

border-color css

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

 span { border-color: rgb(6,94,169); }

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