Html Css Color HEX #004384 Dark Cerulean

📋 copy color: '#004384'

red 0 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #004384

Tints of Dark Cerulean #004384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 0%
G = 33.67%
B = 66.33%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#004384 (or 0x004384) is known color: Dark Cerulean. HEX triplet: 00, 43 and 84. RGB value is (0,67,132). Sum of RGB (Red+Green+Blue) = 0+67+132=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #004384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004384 is #FFBC7B. Grayscale: #363636. Windows color (decimal): -16759932 or 8667904. OLE color: 8667904.

HSL color Cylindrical-coordinate representation of color #004384: hue angle of 209.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004384 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 67 132 -
CMYK 1 0.49 0 0.48
HSL 209.55º 1% 0.26% -
HSV(B) 209.55º 1% 0.52% -
XYZ 6.17 5.68 22.6 -
YUV 54.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 0 67 132 1 0.49 0 0.48 209.55 1 0.26
Hex 0 43 84 64 31 0 30 D2 64 1A
Octal 0 103 204 144 61 0 60 322 144 32
Binary 0 1000011 10000100 1100100 110001 0 110000 11010010 1100100 11010

Color Harmonies of #004384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004384

Black with #004384

Text Example


Text Example

White with #004384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004384; }

 p { color: rgb(0,67,132); }

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

background-color css

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

 a { background-color: rgb(0,67,132); }

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

border-color css

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

 span { border-color: rgb(0,67,132); }

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