Html Css Color HEX #054BA1 Cobalt

📋 copy color: '#054BA1'

red 5 ◦ green 75 ◦ blue 161

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

Shades of Cobalt #054BA1

Tints of Cobalt #054BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.8%

R = 2.07%
G = 31.12%
B = 66.8%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#054BA1 (or 0x054BA1) is known color: Cobalt. HEX triplet: 05, 4B and A1. RGB value is (5,75,161). Sum of RGB (Red+Green+Blue) = 5+75+161=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #054BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BA1 is #FAB45E. Grayscale: #3F3F3F. Windows color (decimal): -16430175 or 10570501. OLE color: 10570501.

HSL color Cylindrical-coordinate representation of color #054BA1: hue angle of 213.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054BA1 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 75 161 -
CMYK 0.97 0.53 0 0.37
HSL 213.08º 0.94% 0.33% -
HSV(B) 213.08º 0.97% 0.63% -
XYZ 9.01 7.64 34.72 -
YUV 63.87 182.81 86.01 -
System Red Green Blue C M Y K H S L
Decimal 5 75 161 0.97 0.53 0 0.37 213.08 0.94 0.33
Hex 5 4B A1 61 35 0 25 D5 5E 21
Octal 5 113 241 141 65 0 45 325 136 41
Binary 101 1001011 10100001 1100001 110101 0 100101 11010101 1011110 100001

Color Harmonies of #054BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BA1

Black with #054BA1

Text Example


Text Example

White with #054BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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