Html Css Color HEX #015075 Dark Cerulean

📋 copy color: '#015075'

red 1 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #015075

Tints of Dark Cerulean #015075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 0.51%
G = 40.4%
B = 59.09%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015075 (or 0x015075) is known color: Dark Cerulean. HEX triplet: 01, 50 and 75. RGB value is (1,80,117). Sum of RGB (Red+Green+Blue) = 1+80+117=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #015075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015075 is #FEAF8A. Grayscale: #3C3C3C. Windows color (decimal): -16691083 or 7688193. OLE color: 7688193.

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

Color convert

RGB 1 80 117 -
CMYK 0.99 0.32 0 0.54
HSL 199.14º 0.98% 0.23% -
HSV(B) 199.14º 0.99% 0.46% -
XYZ 6.09 7.03 17.87 -
YUV 60.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 1 80 117 0.99 0.32 0 0.54 199.14 0.98 0.23
Hex 1 50 75 63 20 0 36 C7 62 17
Octal 1 120 165 143 40 0 66 307 142 27
Binary 1 1010000 1110101 1100011 100000 0 110110 11000111 1100010 10111

Color Harmonies of #015075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015075

Black with #015075

Text Example


Text Example

White with #015075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015075; }

 p { color: rgb(1,80,117); }

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

background-color css

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

 a { background-color: rgb(1,80,117); }

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

border-color css

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

 span { border-color: rgb(1,80,117); }

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