Html Css Color HEX #054C98 Cobalt

📋 copy color: '#054C98'

red 5 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #054C98

Tints of Cobalt #054C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 2.15%
G = 32.62%
B = 65.24%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054C98 (or 0x054C98) is known color: Cobalt. HEX triplet: 05, 4C and 98. RGB value is (5,76,152). Sum of RGB (Red+Green+Blue) = 5+76+152=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #054C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C98 is #FAB367. Grayscale: #3F3F3F. Windows color (decimal): -16429928 or 9980933. OLE color: 9980933.

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

Color convert

RGB 5 76 152 -
CMYK 0.97 0.50 0 0.40
HSL 211.02º 0.94% 0.31% -
HSV(B) 211.02º 0.97% 0.6% -
XYZ 8.31 7.47 30.71 -
YUV 63.44 177.98 86.32 -
System Red Green Blue C M Y K H S L
Decimal 5 76 152 0.97 0.50 0 0.40 211.02 0.94 0.31
Hex 5 4C 98 61 32 0 28 D3 5E 1F
Octal 5 114 230 141 62 0 50 323 136 37
Binary 101 1001100 10011000 1100001 110010 0 101000 11010011 1011110 11111

Color Harmonies of #054C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C98

Black with #054C98

Text Example


Text Example

White with #054C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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