Html Css Color HEX #054CAF Cobalt

📋 copy color: '#054CAF'

red 5 ◦ green 76 ◦ blue 175

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

Shades of Cobalt #054CAF

Tints of Cobalt #054CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 1.95%
G = 29.69%
B = 68.36%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#054CAF (or 0x054CAF) is known color: Cobalt. HEX triplet: 05, 4C and AF. RGB value is (5,76,175). Sum of RGB (Red+Green+Blue) = 5+76+175=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #054CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CAF is #FAB350. Grayscale: #414141. Windows color (decimal): -16429905 or 11488261. OLE color: 11488261.

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

Color convert

RGB 5 76 175 -
CMYK 0.97 0.57 0 0.31
HSL 214.94º 0.94% 0.35% -
HSV(B) 214.94º 0.97% 0.69% -
XYZ 10.38 8.3 41.61 -
YUV 66.06 189.48 84.45 -
System Red Green Blue C M Y K H S L
Decimal 5 76 175 0.97 0.57 0 0.31 214.94 0.94 0.35
Hex 5 4C AF 61 39 0 1F D7 5E 23
Octal 5 114 257 141 71 0 37 327 136 43
Binary 101 1001100 10101111 1100001 111001 0 11111 11010111 1011110 100011

Color Harmonies of #054CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CAF

Black with #054CAF

Text Example


Text Example

White with #054CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054CAF; }

 p { color: rgb(5,76,175); }

 H1.HeaderClassName
 {
   color: #054CAF;
 }
 .AnyTagClassName
 {
   color: #054CAF;
 }
</style>

background-color css

<style>
 a { background-color: #054CAF; }

 a { background-color: rgb(5,76,175); }

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

border-color css

<style>
 span { border-color: #054CAF; }

 span { border-color: rgb(5,76,175); }

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