Html Css Color HEX #00327D Dark Cerulean

📋 copy color: '#00327D'

red 0 ◦ green 50 ◦ blue 125

#00327D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #00327D

Tints of Dark Cerulean #00327D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 125 (49.22% from 255) = 71.43%

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00327D (or 0x00327D) is known color: Dark Cerulean. HEX triplet: 00, 32 and 7D. RGB value is (0,50,125). Sum of RGB (Red+Green+Blue) = 0+50+125=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #00327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00327D is #FFCD82. Grayscale: #2B2B2B. Windows color (decimal): -16764291 or 8204800. OLE color: 8204800.

HSL color Cylindrical-coordinate representation of color #00327D: hue angle of 216º 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 #00327D is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 50 125 -
CMYK 1 0.60 0 0.51
HSL 216º 1% 0.25% -
HSV(B) 216º 1% 0.49% -
XYZ 4.84 3.76 19.87 -
YUV 43.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 0 50 125 1 0.60 0 0.51 216 1 0.25
Hex 0 32 7D 64 3C 0 33 D8 64 19
Octal 0 62 175 144 74 0 63 330 144 31
Binary 0 110010 1111101 1100100 111100 0 110011 11011000 1100100 11001

Color Harmonies of #00327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00327D

Black with #00327D

Text Example


Text Example

White with #00327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00327D;
 }
 .AnyTagClassName
 {
   color: #00327D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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