Html Css Color HEX #065BA9 Cobalt

📋 copy color: '#065BA9'

red 6 ◦ green 91 ◦ blue 169

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

Shades of Cobalt #065BA9

Tints of Cobalt #065BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 2.26%
G = 34.21%
B = 63.53%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#065BA9 (or 0x065BA9) is known color: Cobalt. HEX triplet: 06, 5B and A9. RGB value is (6,91,169). Sum of RGB (Red+Green+Blue) = 6+91+169=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #065BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BA9 is #F9A456. Grayscale: #4A4A4A. Windows color (decimal): -16360535 or 11098886. OLE color: 11098886.

HSL color Cylindrical-coordinate representation of color #065BA9: hue angle of 208.71º 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 #065BA9 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 6 91 169 -
CMYK 0.96 0.46 0 0.34
HSL 208.71º 0.93% 0.34% -
HSV(B) 208.71º 0.96% 0.66% -
XYZ 10.98 10.39 38.96 -
YUV 74.48 181.34 79.16 -
System Red Green Blue C M Y K H S L
Decimal 6 91 169 0.96 0.46 0 0.34 208.71 0.93 0.34
Hex 6 5B A9 60 2E 0 22 D1 5D 22
Octal 6 133 251 140 56 0 42 321 135 42
Binary 110 1011011 10101001 1100000 101110 0 100010 11010001 1011101 100010

Color Harmonies of #065BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BA9

Black with #065BA9

Text Example


Text Example

White with #065BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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