Html Css Color HEX #004469 Prussian Blue

📋 copy color: '#004469'

red 0 ◦ green 68 ◦ blue 105

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

Shades of Prussian Blue #004469

Tints of Prussian Blue #004469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

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

R = 0%
G = 39.31%
B = 60.69%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004469 (or 0x004469) is known color: Prussian Blue. HEX triplet: 00, 44 and 69. RGB value is (0,68,105). Sum of RGB (Red+Green+Blue) = 0+68+105=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #004469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004469 is #FFBB96. Grayscale: #333333. Windows color (decimal): -16759703 or 6898688. OLE color: 6898688.

HSL color Cylindrical-coordinate representation of color #004469: hue angle of 201.14º 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 #004469 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 68 105 -
CMYK 1 0.35 0 0.59
HSL 201.14º 1% 0.21% -
HSV(B) 201.14º 1% 0.41% -
XYZ 4.62 5.15 14.12 -
YUV 51.89 157.97 90.99 -
System Red Green Blue C M Y K H S L
Decimal 0 68 105 1 0.35 0 0.59 201.14 1 0.21
Hex 0 44 69 64 23 0 3B C9 64 15
Octal 0 104 151 144 43 0 73 311 144 25
Binary 0 1000100 1101001 1100100 100011 0 111011 11001001 1100100 10101

Color Harmonies of #004469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004469

Black with #004469

Text Example


Text Example

White with #004469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004469; }

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

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

background-color css

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

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

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

border-color css

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

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

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