Html Css Color HEX #005C9E Cobalt

📋 copy color: '#005C9E'

red 0 ◦ green 92 ◦ blue 158

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

Shades of Cobalt #005C9E

Tints of Cobalt #005C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 0%
G = 36.8%
B = 63.2%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#005C9E (or 0x005C9E) is known color: Cobalt. HEX triplet: 00, 5C and 9E. RGB value is (0,92,158). Sum of RGB (Red+Green+Blue) = 0+92+158=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #005C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C9E is #FFA361. Grayscale: #474747. Windows color (decimal): -16753506 or 10378240. OLE color: 10378240.

HSL color Cylindrical-coordinate representation of color #005C9E: hue angle of 205.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C9E is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 92 158 -
CMYK 1 0.42 0 0.38
HSL 205.06º 1% 0.31% -
HSV(B) 205.06º 1% 0.62% -
XYZ 10 10.12 33.77 -
YUV 72.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 0 92 158 1 0.42 0 0.38 205.06 1 0.31
Hex 0 5C 9E 64 2A 0 26 CD 64 1F
Octal 0 134 236 144 52 0 46 315 144 37
Binary 0 1011100 10011110 1100100 101010 0 100110 11001101 1100100 11111

Color Harmonies of #005C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C9E

Black with #005C9E

Text Example


Text Example

White with #005C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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