#08327A

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

Shades of Dark Cerulean #08327A

Tints of Dark Cerulean #08327A

Color information

#08327A (or 0x08327A) is unknown color: approx Dark Cerulean. HEX triplet: 08, 32 and 7A. RGB value is (8,50,122). Sum of RGB (Red+Green+Blue) = 8+50+122=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #08327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08327A is #F7CD85. Grayscale: #2D2D2D. Windows color (decimal): -16240006 or 8008200. OLE color: 8008200.

HSL color Cylindrical-coordinate representation of color #08327A: hue angle of 217.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08327A is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB850122-
CMYK0.930.5900.52
HSL217.89º87.69%25.49%-
HSV(B)217.89º93.44%47.84%-
XYZ4.753.7418.88-
YUV45.65171.09101.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=4.44%
G=27.78%
B=67.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8501220.930.5900.52217.8987.6925.49
Hex8327A5D3B034da5819
Octal10621721357306433213031
Binary100011001011110101011101111011011010011011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,50,122); }

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

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

 a { background-color: rgb(8,50,122); }

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

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

 span { border-color: rgb(8,50,122); }

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