Html Css Color HEX #054BAE Cobalt

📋 copy color: '#054BAE'

red 5 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #054BAE

Tints of Cobalt #054BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.53%

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 1.97%
G = 29.53%
B = 68.5%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#054BAE (or 0x054BAE) is known color: Cobalt. HEX triplet: 05, 4B and AE. RGB value is (5,75,174). Sum of RGB (Red+Green+Blue) = 5+75+174=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #054BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BAE is #FAB451. Grayscale: #404040. Windows color (decimal): -16430162 or 11422469. OLE color: 11422469.

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

Color convert

RGB 5 75 174 -
CMYK 0.97 0.57 0 0.32
HSL 215.15º 0.94% 0.35% -
HSV(B) 215.15º 0.97% 0.68% -
XYZ 10.22 8.12 41.07 -
YUV 65.36 189.31 84.95 -
System Red Green Blue C M Y K H S L
Decimal 5 75 174 0.97 0.57 0 0.32 215.15 0.94 0.35
Hex 5 4B AE 61 39 0 20 D7 5E 23
Octal 5 113 256 141 71 0 40 327 136 43
Binary 101 1001011 10101110 1100001 111001 0 100000 11010111 1011110 100011

Color Harmonies of #054BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BAE

Black with #054BAE

Text Example


Text Example

White with #054BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,174); }

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

background-color css

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

 a { background-color: rgb(5,75,174); }

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

border-color css

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

 span { border-color: rgb(5,75,174); }

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