Html Css Color HEX #015177 Dark Cerulean

📋 copy color: '#015177'

red 1 ◦ green 81 ◦ blue 119

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

Shades of Dark Cerulean #015177

Tints of Dark Cerulean #015177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 0.5%
G = 40.3%
B = 59.2%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015177 (or 0x015177) is known color: Dark Cerulean. HEX triplet: 01, 51 and 77. RGB value is (1,81,119). Sum of RGB (Red+Green+Blue) = 1+81+119=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #015177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015177 is #FEAE88. Grayscale: #3D3D3D. Windows color (decimal): -16690825 or 7819521. OLE color: 7819521.

HSL color Cylindrical-coordinate representation of color #015177: hue angle of 199.32º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015177 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 81 119 -
CMYK 0.99 0.32 0 0.53
HSL 199.32º 0.98% 0.24% -
HSV(B) 199.32º 0.99% 0.47% -
XYZ 6.28 7.22 18.52 -
YUV 61.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 1 81 119 0.99 0.32 0 0.53 199.32 0.98 0.24
Hex 1 51 77 63 20 0 35 C7 62 18
Octal 1 121 167 143 40 0 65 307 142 30
Binary 1 1010001 1110111 1100011 100000 0 110101 11000111 1100010 11000

Color Harmonies of #015177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015177

Black with #015177

Text Example


Text Example

White with #015177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015177; }

 p { color: rgb(1,81,119); }

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

background-color css

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

 a { background-color: rgb(1,81,119); }

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

border-color css

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

 span { border-color: rgb(1,81,119); }

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