Html Css Color HEX #015D8D Dark Cerulean

📋 copy color: '#015D8D'

red 1 ◦ green 93 ◦ blue 141

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

Shades of Dark Cerulean #015D8D

Tints of Dark Cerulean #015D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 0.43%
G = 39.57%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#015D8D (or 0x015D8D) is known color: Dark Cerulean. HEX triplet: 01, 5D and 8D. RGB value is (1,93,141). Sum of RGB (Red+Green+Blue) = 1+93+141=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #015D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D8D is #FEA272. Grayscale: #464646. Windows color (decimal): -16687731 or 9264385. OLE color: 9264385.

HSL color Cylindrical-coordinate representation of color #015D8D: hue angle of 200.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D8D is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 93 141 -
CMYK 0.99 0.34 0 0.45
HSL 200.57º 0.99% 0.28% -
HSV(B) 200.57º 0.99% 0.55% -
XYZ 8.73 9.76 26.62 -
YUV 70.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 1 93 141 0.99 0.34 0 0.45 200.57 0.99 0.28
Hex 1 5D 8D 63 22 0 2D C9 63 1C
Octal 1 135 215 143 42 0 55 311 143 34
Binary 1 1011101 10001101 1100011 100010 0 101101 11001001 1100011 11100

Color Harmonies of #015D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D8D

Black with #015D8D

Text Example


Text Example

White with #015D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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