Html Css Color HEX #004468 Prussian Blue

📋 copy color: '#004468'

red 0 ◦ green 68 ◦ blue 104

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

Shades of Prussian Blue #004468

Tints of Prussian Blue #004468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 0%
G = 39.53%
B = 60.47%

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

#004468 (or 0x004468) is known color: Prussian Blue. HEX triplet: 00, 44 and 68. RGB value is (0,68,104). Sum of RGB (Red+Green+Blue) = 0+68+104=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #004468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004468 is #FFBB97. Grayscale: #333333. Windows color (decimal): -16759704 or 6833152. OLE color: 6833152.

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

Color convert

RGB 0 68 104 -
CMYK 1 0.35 0 0.59
HSL 200.77º 1% 0.2% -
HSV(B) 200.77º 1% 0.41% -
XYZ 4.57 5.13 13.85 -
YUV 51.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 0 68 104 1 0.35 0 0.59 200.77 1 0.2
Hex 0 44 68 64 23 0 3B C9 64 14
Octal 0 104 150 144 43 0 73 311 144 24
Binary 0 1000100 1101000 1100100 100011 0 111011 11001001 1100100 10100

Color Harmonies of #004468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004468

Black with #004468

Text Example


Text Example

White with #004468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004468; }

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

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

background-color css

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

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

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

border-color css

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

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

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