Html Css Color HEX #065A9C Cobalt

📋 copy color: '#065A9C'

red 6 ◦ green 90 ◦ blue 156

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

Shades of Cobalt #065A9C

Tints of Cobalt #065A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 2.38%
G = 35.71%
B = 61.9%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#065A9C (or 0x065A9C) is known color: Cobalt. HEX triplet: 06, 5A and 9C. RGB value is (6,90,156). Sum of RGB (Red+Green+Blue) = 6+90+156=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #065A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A9C is #F9A563. Grayscale: #484848. Windows color (decimal): -16360804 or 10246662. OLE color: 10246662.

HSL color Cylindrical-coordinate representation of color #065A9C: hue angle of 206.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A9C is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 90 156 -
CMYK 0.96 0.42 0 0.39
HSL 206.4º 0.93% 0.32% -
HSV(B) 206.4º 0.96% 0.61% -
XYZ 9.73 9.75 32.82 -
YUV 72.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 6 90 156 0.96 0.42 0 0.39 206.4 0.93 0.32
Hex 6 5A 9C 60 2A 0 27 CE 5D 20
Octal 6 132 234 140 52 0 47 316 135 40
Binary 110 1011010 10011100 1100000 101010 0 100111 11001110 1011101 100000

Color Harmonies of #065A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A9C

Black with #065A9C

Text Example


Text Example

White with #065A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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