Html Css Color HEX #005C9D Cobalt

📋 copy color: '#005C9D'

red 0 ◦ green 92 ◦ blue 157

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

Shades of Cobalt #005C9D

Tints of Cobalt #005C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 0%
G = 36.95%
B = 63.05%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#005C9D (or 0x005C9D) is known color: Cobalt. HEX triplet: 00, 5C and 9D. RGB value is (0,92,157). Sum of RGB (Red+Green+Blue) = 0+92+157=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #005C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C9D is #FFA362. Grayscale: #474747. Windows color (decimal): -16753507 or 10312704. OLE color: 10312704.

HSL color Cylindrical-coordinate representation of color #005C9D: hue angle of 204.84º 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 #005C9D is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 92 157 -
CMYK 1 0.41 0 0.38
HSL 204.84º 1% 0.31% -
HSV(B) 204.84º 1% 0.62% -
XYZ 9.91 10.09 33.32 -
YUV 71.9 176.02 76.71 -
System Red Green Blue C M Y K H S L
Decimal 0 92 157 1 0.41 0 0.38 204.84 1 0.31
Hex 0 5C 9D 64 29 0 26 CD 64 1F
Octal 0 134 235 144 51 0 46 315 144 37
Binary 0 1011100 10011101 1100100 101001 0 100110 11001101 1100100 11111

Color Harmonies of #005C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C9D

Black with #005C9D

Text Example


Text Example

White with #005C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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