#015092

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

Shades of Dark Cerulean #015092

Tints of Dark Cerulean #015092

Color information

#015092 (or 0x015092) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 92. RGB value is (1,80,146). Sum of RGB (Red+Green+Blue) = 1+80+146=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #015092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015092 is #FEAF6D. Grayscale: #3F3F3F. Windows color (decimal): -16691054 or 9588737. OLE color: 9588737.

HSL color Cylindrical-coordinate representation of color #015092: hue angle of 207.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015092 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB180146-
CMYK0.990.4500.43
HSL207.31º98.64%28.82%-
HSV(B)207.31º99.32%57.25%-
XYZ8.077.8228.28-
YUV63.9174.3383.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=0.44%
G=35.24%
B=64.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1801460.990.4500.43207.3198.6428.82
Hex15092632D02Bcf631d
Octal11202221435505331714335
Binary11010000100100101100011101101010101111001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015092; }

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

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

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

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

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

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

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

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