Html Css Color HEX #054AAF Cobalt

📋 copy color: '#054AAF'

red 5 ◦ green 74 ◦ blue 175

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

Shades of Cobalt #054AAF

Tints of Cobalt #054AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 1.97%
G = 29.13%
B = 68.9%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#054AAF (or 0x054AAF) is known color: Cobalt. HEX triplet: 05, 4A and AF. RGB value is (5,74,175). Sum of RGB (Red+Green+Blue) = 5+74+175=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #054AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AAF is #FAB550. Grayscale: #404040. Windows color (decimal): -16430417 or 11487749. OLE color: 11487749.

HSL color Cylindrical-coordinate representation of color #054AAF: hue angle of 215.65º 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 #054AAF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 74 175 -
CMYK 0.97 0.58 0 0.31
HSL 215.65º 0.94% 0.35% -
HSV(B) 215.65º 0.97% 0.69% -
XYZ 10.25 8.02 41.57 -
YUV 64.88 190.14 85.29 -
System Red Green Blue C M Y K H S L
Decimal 5 74 175 0.97 0.58 0 0.31 215.65 0.94 0.35
Hex 5 4A AF 61 3A 0 1F D8 5E 23
Octal 5 112 257 141 72 0 37 330 136 43
Binary 101 1001010 10101111 1100001 111010 0 11111 11011000 1011110 100011

Color Harmonies of #054AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AAF

Black with #054AAF

Text Example


Text Example

White with #054AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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