Html Css Color HEX #015080 Dark Cerulean

📋 copy color: '#015080'

red 1 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #015080

Tints of Dark Cerulean #015080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 61.24%

R = 0.48%
G = 38.28%
B = 61.24%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#015080 (or 0x015080) is known color: Dark Cerulean. HEX triplet: 01, 50 and 80. RGB value is (1,80,128). Sum of RGB (Red+Green+Blue) = 1+80+128=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #015080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015080 is #FEAF7F. Grayscale: #3D3D3D. Windows color (decimal): -16691072 or 8409089. OLE color: 8409089.

HSL color Cylindrical-coordinate representation of color #015080: hue angle of 202.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015080 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 80 128 -
CMYK 0.99 0.38 0 0.50
HSL 202.68º 0.98% 0.25% -
HSV(B) 202.68º 0.99% 0.5% -
XYZ 6.78 7.3 21.47 -
YUV 61.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 1 80 128 0.99 0.38 0 0.50 202.68 0.98 0.25
Hex 1 50 80 63 26 0 32 CB 62 19
Octal 1 120 200 143 46 0 62 313 142 31
Binary 1 1010000 10000000 1100011 100110 0 110010 11001011 1100010 11001

Color Harmonies of #015080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015080

Black with #015080

Text Example


Text Example

White with #015080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015080; }

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

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

background-color css

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

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

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

border-color css

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

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

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