#01507A

Color #01507A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #01507A

Tints of Dark Cerulean #01507A

Color information

#01507A (or 0x01507A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 7A. RGB value is (1,80,122). Sum of RGB (Red+Green+Blue) = 1+80+122=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #01507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01507A is #FEAF85. Grayscale: #3C3C3C. Windows color (decimal): -16691078 or 8015873. OLE color: 8015873.

HSL color Cylindrical-coordinate representation of color #01507A: hue angle of 200.83º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01507A is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB180122-
CMYK0.990.3400.52
HSL200.83º98.37%24.12%-
HSV(B)200.83º99.18%47.84%-
XYZ6.397.1519.46-
YUV61.17162.3385.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=0.49%
G=39.41%
B=60.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1801220.990.3400.52200.8398.3724.12
Hex1507A6322034c96218
Octal11201721434206431114230
Binary1101000011110101100011100010011010011001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01507A; }

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

 H1.HeaderClassName
 {
   color: #01507A;
 }
 .AnyTagClassName
 {
   color: #01507A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01507A;
 }
 .BgClassName
 {
   background-color: #01507A;
 }
</style>
border-color css

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

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

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