Html Css Color HEX #05439C Cobalt

📋 copy color: '#05439C'

red 5 ◦ green 67 ◦ blue 156

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

Shades of Cobalt #05439C

Tints of Cobalt #05439C

RGB

 RED value IS 5 (2.34% from 255) = 2.19%

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

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

R = 2.19%
G = 29.39%
B = 68.42%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05439C (or 0x05439C) is known color: Cobalt. HEX triplet: 05, 43 and 9C. RGB value is (5,67,156). Sum of RGB (Red+Green+Blue) = 5+67+156=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #05439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05439C is #FABC63. Grayscale: #3A3A3A. Windows color (decimal): -16432228 or 10240773. OLE color: 10240773.

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

Color convert

RGB 5 67 156 -
CMYK 0.97 0.57 0 0.39
HSL 215.36º 0.94% 0.32% -
HSV(B) 215.36º 0.97% 0.61% -
XYZ 8.07 6.45 32.27 -
YUV 58.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 5 67 156 0.97 0.57 0 0.39 215.36 0.94 0.32
Hex 5 43 9C 61 39 0 27 D7 5E 20
Octal 5 103 234 141 71 0 47 327 136 40
Binary 101 1000011 10011100 1100001 111001 0 100111 11010111 1011110 100000

Color Harmonies of #05439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05439C

Black with #05439C

Text Example


Text Example

White with #05439C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05439C; }

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

 H1.HeaderClassName
 {
   color: #05439C;
 }
 .AnyTagClassName
 {
   color: #05439C;
 }
</style>

background-color css

<style>
 a { background-color: #05439C; }

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

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

border-color css

<style>
 span { border-color: #05439C; }

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

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