Html Css Color HEX #015377 Dark Cerulean

📋 copy color: '#015377'

red 1 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #015377

Tints of Dark Cerulean #015377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 0.49%
G = 40.89%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015377 (or 0x015377) is known color: Dark Cerulean. HEX triplet: 01, 53 and 77. RGB value is (1,83,119). Sum of RGB (Red+Green+Blue) = 1+83+119=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #015377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015377 is #FEAC88. Grayscale: #3E3E3E. Windows color (decimal): -16690313 or 7820033. OLE color: 7820033.

HSL color Cylindrical-coordinate representation of color #015377: hue angle of 198.31º 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 #015377 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 83 119 -
CMYK 0.99 0.30 0 0.53
HSL 198.31º 0.98% 0.24% -
HSV(B) 198.31º 0.99% 0.47% -
XYZ 6.44 7.52 18.57 -
YUV 62.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 1 83 119 0.99 0.30 0 0.53 198.31 0.98 0.24
Hex 1 53 77 63 1E 0 35 C6 62 18
Octal 1 123 167 143 36 0 65 306 142 30
Binary 1 1010011 1110111 1100011 11110 0 110101 11000110 1100010 11000

Color Harmonies of #015377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015377

Black with #015377

Text Example


Text Example

White with #015377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015377; }

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

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

background-color css

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

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

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

border-color css

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

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

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