Html Css Color HEX #05449B Cobalt

📋 copy color: '#05449B'

red 5 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #05449B

Tints of Cobalt #05449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 2.19%
G = 29.82%
B = 67.98%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05449B (or 0x05449B) is known color: Cobalt. HEX triplet: 05, 44 and 9B. RGB value is (5,68,155). Sum of RGB (Red+Green+Blue) = 5+68+155=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #05449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05449B is #FABB64. Grayscale: #3A3A3A. Windows color (decimal): -16431973 or 10175493. OLE color: 10175493.

HSL color Cylindrical-coordinate representation of color #05449B: hue angle of 214.8º 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 #05449B is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 68 155 -
CMYK 0.97 0.56 0 0.39
HSL 214.8º 0.94% 0.31% -
HSV(B) 214.8º 0.97% 0.61% -
XYZ 8.05 6.53 31.85 -
YUV 59.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 5 68 155 0.97 0.56 0 0.39 214.8 0.94 0.31
Hex 5 44 9B 61 38 0 27 D7 5E 1F
Octal 5 104 233 141 70 0 47 327 136 37
Binary 101 1000100 10011011 1100001 111000 0 100111 11010111 1011110 11111

Color Harmonies of #05449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05449B

Black with #05449B

Text Example


Text Example

White with #05449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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