#00327E

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

Shades of Dark Cerulean #00327E

Tints of Dark Cerulean #00327E

Color information

#00327E (or 0x00327E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 32 and 7E. RGB value is (0,50,126). Sum of RGB (Red+Green+Blue) = 0+50+126=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #00327E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00327E is #FFCD81. Grayscale: #2B2B2B. Windows color (decimal): -16764290 or 8270336. OLE color: 8270336.

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

Color convert

RGB050126-
CMYK10.6000.51
HSL216.19º100%24.71%-
HSV(B)216.19º100%49.41%-
XYZ4.913.7920.21-
YUV43.71174.4496.82-

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.41%
BLUE value IS 126 (49.61% from 255) = 71.59%
R=0%
G=28.41%
B=71.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal05012610.6000.51216.1910024.71
Hex0327E643C033d86419
Octal0621761447406333014431
Binary011001011111101100100111100011001111011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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