Html Css Color HEX #004968 Prussian Blue

📋 copy color: '#004968'

red 0 ◦ green 73 ◦ blue 104

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

Shades of Prussian Blue #004968

Tints of Prussian Blue #004968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 0%
G = 41.24%
B = 58.76%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#004968 (or 0x004968) is known color: Prussian Blue. HEX triplet: 00, 49 and 68. RGB value is (0,73,104). Sum of RGB (Red+Green+Blue) = 0+73+104=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #004968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004968 is #FFB697. Grayscale: #363636. Windows color (decimal): -16758424 or 6834432. OLE color: 6834432.

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

Color convert

RGB 0 73 104 -
CMYK 1 0.30 0 0.59
HSL 197.88º 1% 0.2% -
HSV(B) 197.88º 1% 0.41% -
XYZ 4.88 5.76 13.95 -
YUV 54.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 0 73 104 1 0.30 0 0.59 197.88 1 0.2
Hex 0 49 68 64 1E 0 3B C6 64 14
Octal 0 111 150 144 36 0 73 306 144 24
Binary 0 1001001 1101000 1100100 11110 0 111011 11000110 1100100 10100

Color Harmonies of #004968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004968

Black with #004968

Text Example


Text Example

White with #004968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004968; }

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

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

background-color css

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

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

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

border-color css

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

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

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