Html Css Color HEX #05439B Cobalt

📋 copy color: '#05439B'

red 5 ◦ green 67 ◦ blue 155

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

Shades of Cobalt #05439B

Tints of Cobalt #05439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 2.2%
G = 29.52%
B = 68.28%

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

#05439B (or 0x05439B) is known color: Cobalt. HEX triplet: 05, 43 and 9B. RGB value is (5,67,155). Sum of RGB (Red+Green+Blue) = 5+67+155=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #05439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05439B is #FABC64. Grayscale: #3A3A3A. Windows color (decimal): -16432229 or 10175237. OLE color: 10175237.

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

Color convert

RGB 5 67 155 -
CMYK 0.97 0.57 0 0.39
HSL 215.2º 0.94% 0.31% -
HSV(B) 215.2º 0.97% 0.61% -
XYZ 7.99 6.41 31.83 -
YUV 58.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 5 67 155 0.97 0.57 0 0.39 215.2 0.94 0.31
Hex 5 43 9B 61 39 0 27 D7 5E 1F
Octal 5 103 233 141 71 0 47 327 136 37
Binary 101 1000011 10011011 1100001 111001 0 100111 11010111 1011110 11111

Color Harmonies of #05439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05439B

Black with #05439B

Text Example


Text Example

White with #05439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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