Html Css Color HEX #004069 Prussian Blue

📋 copy color: '#004069'

red 0 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #004069

Tints of Prussian Blue #004069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 0%
G = 37.87%
B = 62.13%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004069 (or 0x004069) is known color: Prussian Blue. HEX triplet: 00, 40 and 69. RGB value is (0,64,105). Sum of RGB (Red+Green+Blue) = 0+64+105=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #004069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004069 is #FFBF96. Grayscale: #313131. Windows color (decimal): -16760727 or 6897664. OLE color: 6897664.

HSL color Cylindrical-coordinate representation of color #004069: hue angle of 203.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004069 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 64 105 -
CMYK 1 0.39 0 0.59
HSL 203.43º 1% 0.21% -
HSV(B) 203.43º 1% 0.41% -
XYZ 4.38 4.69 14.04 -
YUV 49.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 0 64 105 1 0.39 0 0.59 203.43 1 0.21
Hex 0 40 69 64 27 0 3B CB 64 15
Octal 0 100 151 144 47 0 73 313 144 25
Binary 0 1000000 1101001 1100100 100111 0 111011 11001011 1100100 10101

Color Harmonies of #004069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004069

Black with #004069

Text Example


Text Example

White with #004069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004069; }

 p { color: rgb(0,64,105); }

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

background-color css

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

 a { background-color: rgb(0,64,105); }

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

border-color css

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

 span { border-color: rgb(0,64,105); }

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