Html Css Color HEX #04327C Dark Cerulean

📋 copy color: '#04327C'

red 4 ◦ green 50 ◦ blue 124

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

Shades of Dark Cerulean #04327C

Tints of Dark Cerulean #04327C

RGB

 RED value IS 4 (1.95% from 255) = 2.25%

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

 BLUE value IS 124 (48.83% from 255) = 69.66%

R = 2.25%
G = 28.09%
B = 69.66%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04327C (or 0x04327C) is known color: Dark Cerulean. HEX triplet: 04, 32 and 7C. RGB value is (4,50,124). Sum of RGB (Red+Green+Blue) = 4+50+124=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #04327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04327C is #FBCD83. Grayscale: #2C2C2C. Windows color (decimal): -16502148 or 8139268. OLE color: 8139268.

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

Color convert

RGB 4 50 124 -
CMYK 0.97 0.60 0 0.51
HSL 217º 0.94% 0.25% -
HSV(B) 217º 0.97% 0.49% -
XYZ 4.83 3.76 19.54 -
YUV 44.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 4 50 124 0.97 0.60 0 0.51 217 0.94 0.25
Hex 4 32 7C 61 3C 0 33 D9 5E 19
Octal 4 62 174 141 74 0 63 331 136 31
Binary 100 110010 1111100 1100001 111100 0 110011 11011001 1011110 11001

Color Harmonies of #04327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04327C

Black with #04327C

Text Example


Text Example

White with #04327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04327C;
 }
 .AnyTagClassName
 {
   color: #04327C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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