Html Css Color HEX #004568 Prussian Blue

📋 copy color: '#004568'

red 0 ◦ green 69 ◦ blue 104

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

Shades of Prussian Blue #004568

Tints of Prussian Blue #004568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 0%
G = 39.88%
B = 60.12%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004568 (or 0x004568) is known color: Prussian Blue. HEX triplet: 00, 45 and 68. RGB value is (0,69,104). Sum of RGB (Red+Green+Blue) = 0+69+104=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #004568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004568 is #FFBA97. Grayscale: #343434. Windows color (decimal): -16759448 or 6833408. OLE color: 6833408.

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

Color convert

RGB 0 69 104 -
CMYK 1 0.34 0 0.59
HSL 200.19º 1% 0.2% -
HSV(B) 200.19º 1% 0.41% -
XYZ 4.63 5.26 13.87 -
YUV 52.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 0 69 104 1 0.34 0 0.59 200.19 1 0.2
Hex 0 45 68 64 22 0 3B C8 64 14
Octal 0 105 150 144 42 0 73 310 144 24
Binary 0 1000101 1101000 1100100 100010 0 111011 11001000 1100100 10100

Color Harmonies of #004568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004568

Black with #004568

Text Example


Text Example

White with #004568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004568; }

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

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

background-color css

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

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

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

border-color css

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

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

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