Html Css Color HEX #054598 Cobalt

📋 copy color: '#054598'

red 5 ◦ green 69 ◦ blue 152

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

Shades of Cobalt #054598

Tints of Cobalt #054598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

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

R = 2.21%
G = 30.53%
B = 67.26%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054598 (or 0x054598) is known color: Cobalt. HEX triplet: 05, 45 and 98. RGB value is (5,69,152). Sum of RGB (Red+Green+Blue) = 5+69+152=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #054598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054598 is #FABA67. Grayscale: #3A3A3A. Windows color (decimal): -16431720 or 9979141. OLE color: 9979141.

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

Color convert

RGB 5 69 152 -
CMYK 0.97 0.55 0 0.40
HSL 213.88º 0.94% 0.31% -
HSV(B) 213.88º 0.97% 0.6% -
XYZ 7.86 6.56 30.56 -
YUV 59.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 5 69 152 0.97 0.55 0 0.40 213.88 0.94 0.31
Hex 5 45 98 61 37 0 28 D6 5E 1F
Octal 5 105 230 141 67 0 50 326 136 37
Binary 101 1000101 10011000 1100001 110111 0 101000 11010110 1011110 11111

Color Harmonies of #054598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054598

Black with #054598

Text Example


Text Example

White with #054598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054598; }

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

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

background-color css

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

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

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

border-color css

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

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

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