Html Css Color HEX #05449A Cobalt

📋 copy color: '#05449A'

red 5 ◦ green 68 ◦ blue 154

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

Shades of Cobalt #05449A

Tints of Cobalt #05449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 2.2%
G = 29.96%
B = 67.84%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05449A (or 0x05449A) is known color: Cobalt. HEX triplet: 05, 44 and 9A. RGB value is (5,68,154). Sum of RGB (Red+Green+Blue) = 5+68+154=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #05449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05449A is #FABB65. Grayscale: #3A3A3A. Windows color (decimal): -16431974 or 10109957. OLE color: 10109957.

HSL color Cylindrical-coordinate representation of color #05449A: hue angle of 214.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05449A is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 68 154 -
CMYK 0.97 0.56 0 0.40
HSL 214.63º 0.94% 0.31% -
HSV(B) 214.63º 0.97% 0.6% -
XYZ 7.96 6.5 31.41 -
YUV 58.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 5 68 154 0.97 0.56 0 0.40 214.63 0.94 0.31
Hex 5 44 9A 61 38 0 28 D7 5E 1F
Octal 5 104 232 141 70 0 50 327 136 37
Binary 101 1000100 10011010 1100001 111000 0 101000 11010111 1011110 11111

Color Harmonies of #05449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05449A

Black with #05449A

Text Example


Text Example

White with #05449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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