Html Css Color HEX #0A439C Cobalt

📋 copy color: '#0A439C'

red 10 ◦ green 67 ◦ blue 156

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

Shades of Cobalt #0A439C

Tints of Cobalt #0A439C

RGB

 RED value IS 10 (4.3% from 255) = 4.29%

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 4.29%
G = 28.76%
B = 66.95%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A439C (or 0x0A439C) is known color: Cobalt. HEX triplet: 0A, 43 and 9C. RGB value is (10,67,156). Sum of RGB (Red+Green+Blue) = 10+67+156=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A439C is #F5BC63. Grayscale: #3B3B3B. Windows color (decimal): -16104548 or 10240778. OLE color: 10240778.

HSL color Cylindrical-coordinate representation of color #0A439C: hue angle of 216.58º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A439C is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 67 156 -
CMYK 0.94 0.57 0 0.39
HSL 216.58º 0.88% 0.33% -
HSV(B) 216.58º 0.94% 0.61% -
XYZ 8.13 6.48 32.27 -
YUV 60.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 10 67 156 0.94 0.57 0 0.39 216.58 0.88 0.33
Hex A 43 9C 5E 39 0 27 D9 58 21
Octal 12 103 234 136 71 0 47 331 130 41
Binary 1010 1000011 10011100 1011110 111001 0 100111 11011001 1011000 100001

Color Harmonies of #0A439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A439C

Black with #0A439C

Text Example


Text Example

White with #0A439C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A439C; }

 p { color: rgb(10,67,156); }

 H1.HeaderClassName
 {
   color: #0A439C;
 }
 .AnyTagClassName
 {
   color: #0A439C;
 }
</style>

background-color css

<style>
 a { background-color: #0A439C; }

 a { background-color: rgb(10,67,156); }

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

border-color css

<style>
 span { border-color: #0A439C; }

 span { border-color: rgb(10,67,156); }

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