Html Css Color HEX #015D9D Cobalt

📋 copy color: '#015D9D'

red 1 ◦ green 93 ◦ blue 157

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

Shades of Cobalt #015D9D

Tints of Cobalt #015D9D

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

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

R = 0.4%
G = 37.05%
B = 62.55%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#015D9D (or 0x015D9D) is known color: Cobalt. HEX triplet: 01, 5D and 9D. RGB value is (1,93,157). Sum of RGB (Red+Green+Blue) = 1+93+157=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #015D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D9D is #FEA262. Grayscale: #484848. Windows color (decimal): -16687715 or 10312961. OLE color: 10312961.

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

Color convert

RGB 1 93 157 -
CMYK 0.99 0.41 0 0.38
HSL 204.62º 0.99% 0.31% -
HSV(B) 204.62º 0.99% 0.62% -
XYZ 10.01 10.27 33.35 -
YUV 72.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 1 93 157 0.99 0.41 0 0.38 204.62 0.99 0.31
Hex 1 5D 9D 63 29 0 26 CD 63 1F
Octal 1 135 235 143 51 0 46 315 143 37
Binary 1 1011101 10011101 1100011 101001 0 100110 11001101 1100011 11111

Color Harmonies of #015D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D9D

Black with #015D9D

Text Example


Text Example

White with #015D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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