Html Css Color HEX #005D9D Cobalt

📋 copy color: '#005D9D'

red 0 ◦ green 93 ◦ blue 157

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

Shades of Cobalt #005D9D

Tints of Cobalt #005D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.2%

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

R = 0%
G = 37.2%
B = 62.8%

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

#005D9D (or 0x005D9D) is known color: Cobalt. HEX triplet: 00, 5D and 9D. RGB value is (0,93,157). Sum of RGB (Red+Green+Blue) = 0+93+157=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #005D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D9D is #FFA262. Grayscale: #484848. Windows color (decimal): -16753251 or 10312960. OLE color: 10312960.

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

Color convert

RGB 0 93 157 -
CMYK 1 0.41 0 0.38
HSL 204.46º 1% 0.31% -
HSV(B) 204.46º 1% 0.62% -
XYZ 10 10.26 33.35 -
YUV 72.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 0 93 157 1 0.41 0 0.38 204.46 1 0.31
Hex 0 5D 9D 64 29 0 26 CC 64 1F
Octal 0 135 235 144 51 0 46 314 144 37
Binary 0 1011101 10011101 1100100 101001 0 100110 11001100 1100100 11111

Color Harmonies of #005D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D9D

Black with #005D9D

Text Example


Text Example

White with #005D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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