Html Css Color HEX #005C98 Cobalt

📋 copy color: '#005C98'

red 0 ◦ green 92 ◦ blue 152

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

Shades of Cobalt #005C98

Tints of Cobalt #005C98

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 92 (36.33% from 255) = 37.7%

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

R = 0%
G = 37.7%
B = 62.3%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005C98 (or 0x005C98) is known color: Cobalt. HEX triplet: 00, 5C and 98. RGB value is (0,92,152). Sum of RGB (Red+Green+Blue) = 0+92+152=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #005C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C98 is #FFA367. Grayscale: #474747. Windows color (decimal): -16753512 or 9985024. OLE color: 9985024.

HSL color Cylindrical-coordinate representation of color #005C98: hue angle of 203.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C98 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 92 152 -
CMYK 1 0.39 0 0.40
HSL 203.68º 1% 0.3% -
HSV(B) 203.68º 1% 0.6% -
XYZ 9.49 9.92 31.12 -
YUV 71.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 0 92 152 1 0.39 0 0.40 203.68 1 0.3
Hex 0 5C 98 64 27 0 28 CC 64 1E
Octal 0 134 230 144 47 0 50 314 144 36
Binary 0 1011100 10011000 1100100 100111 0 101000 11001100 1100100 11110

Color Harmonies of #005C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C98

Black with #005C98

Text Example


Text Example

White with #005C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,92,152); }

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

background-color css

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

 a { background-color: rgb(0,92,152); }

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

border-color css

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

 span { border-color: rgb(0,92,152); }

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