#00327C

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

Shades of Dark Cerulean #00327C

Tints of Dark Cerulean #00327C

Color information

#00327C (or 0x00327C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 32 and 7C. RGB value is (0,50,124). Sum of RGB (Red+Green+Blue) = 0+50+124=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #00327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00327C is #FFCD83. Grayscale: #2B2B2B. Windows color (decimal): -16764292 or 8139264. OLE color: 8139264.

HSL color Cylindrical-coordinate representation of color #00327C: hue angle of 215.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00327C is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB050124-
CMYK10.6000.51
HSL215.81º100%24.31%-
HSV(B)215.81º100%48.63%-
XYZ4.783.7419.54-
YUV43.49173.4496.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=0%
G=28.74%
B=71.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal05012410.6000.51215.8110024.31
Hex0327C643C033d86418
Octal0621741447406333014430
Binary011001011111001100100111100011001111011000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00327C; }

 p { color: rgb(0,50,124); }

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

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

 a { background-color: rgb(0,50,124); }

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

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

 span { border-color: rgb(0,50,124); }

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