#005094

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

Shades of Dark Cerulean #005094

Tints of Dark Cerulean #005094

Color information

#005094 (or 0x005094) is unknown color: approx Dark Cerulean. HEX triplet: 00, 50 and 94. RGB value is (0,80,148). Sum of RGB (Red+Green+Blue) = 0+80+148=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #005094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005094 is #FFAF6B. Grayscale: #3F3F3F. Windows color (decimal): -16756588 or 9719808. OLE color: 9719808.

HSL color Cylindrical-coordinate representation of color #005094: hue angle of 207.57º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005094 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB080148-
CMYK10.4600.42
HSL207.57º100%29.02%-
HSV(B)207.57º100%58.04%-
XYZ8.217.8829.1-
YUV63.83175.582.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 148 (58.20% from 255) = 64.91%
R=0%
G=35.09%
B=64.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal08014810.4600.42207.5710029.02
Hex05094642E02Ad0641d
Octal01202241445605232014435
Binary01010000100101001100100101110010101011010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005094; }

 p { color: rgb(0,80,148); }

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

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

 a { background-color: rgb(0,80,148); }

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

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

 span { border-color: rgb(0,80,148); }

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