#083479

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

Shades of Dark Cerulean #083479

Tints of Dark Cerulean #083479

Color information

#083479 (or 0x083479) is unknown color: approx Dark Cerulean. HEX triplet: 08, 34 and 79. RGB value is (8,52,121). Sum of RGB (Red+Green+Blue) = 8+52+121=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #083479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083479 is #F7CB86. Grayscale: #2E2E2E. Windows color (decimal): -16239495 or 7943176. OLE color: 7943176.

HSL color Cylindrical-coordinate representation of color #083479: hue angle of 216.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083479 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB852121-
CMYK0.930.5700.53
HSL216.64º87.6%25.29%-
HSV(B)216.64º93.39%47.45%-
XYZ4.783.8918.59-
YUV46.71169.92100.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 121 (47.66% from 255) = 66.85%
R=4.42%
G=28.73%
B=66.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8521210.930.5700.53216.6487.625.29
Hex834795D39035d95819
Octal10641711357106533113031
Binary100011010011110011011101111001011010111011001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083479; }

 p { color: rgb(8,52,121); }

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

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

 a { background-color: rgb(8,52,121); }

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

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

 span { border-color: rgb(8,52,121); }

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