Html Css Color HEX #004366 Prussian Blue

📋 copy color: '#004366'

red 0 ◦ green 67 ◦ blue 102

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

Shades of Prussian Blue #004366

Tints of Prussian Blue #004366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 0%
G = 39.64%
B = 60.36%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#004366 (or 0x004366) is known color: Prussian Blue. HEX triplet: 00, 43 and 66. RGB value is (0,67,102). Sum of RGB (Red+Green+Blue) = 0+67+102=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #004366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004366 is #FFBC99. Grayscale: #323232. Windows color (decimal): -16759962 or 6701824. OLE color: 6701824.

HSL color Cylindrical-coordinate representation of color #004366: hue angle of 200.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004366 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 67 102 -
CMYK 1 0.34 0 0.6
HSL 200.59º 1% 0.2% -
HSV(B) 200.59º 1% 0.4% -
XYZ 4.41 4.97 13.3 -
YUV 50.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 0 67 102 1 0.34 0 0.6 200.59 1 0.2
Hex 0 43 66 64 22 0 3C C9 64 14
Octal 0 103 146 144 42 0 74 311 144 24
Binary 0 1000011 1100110 1100100 100010 0 111100 11001001 1100100 10100

Color Harmonies of #004366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004366

Black with #004366

Text Example


Text Example

White with #004366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004366; }

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

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

background-color css

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

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

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

border-color css

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

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

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