Html Css Color HEX #002249 Prussian Blue

📋 copy color: '#002249'

red 0 ◦ green 34 ◦ blue 73

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

Shades of Prussian Blue #002249

Tints of Prussian Blue #002249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

 BLUE value IS 73 (28.91% from 255) = 68.22%

R = 0%
G = 31.78%
B = 68.22%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002249 (or 0x002249) is known color: Prussian Blue. HEX triplet: 00, 22 and 49. RGB value is (0,34,73). Sum of RGB (Red+Green+Blue) = 0+34+73=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #002249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002249 is #FFDDB6. Grayscale: #1C1C1C. Windows color (decimal): -16768439 or 4792832. OLE color: 4792832.

HSL color Cylindrical-coordinate representation of color #002249: hue angle of 212.05º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002249 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 34 73 -
CMYK 1 0.53 0 0.71
HSL 212.05º 1% 0.14% -
HSV(B) 212.05º 1% 0.29% -
XYZ 1.77 1.63 6.52 -
YUV 28.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 0 34 73 1 0.53 0 0.71 212.05 1 0.14
Hex 0 22 49 64 35 0 47 D4 64 E
Octal 0 42 111 144 65 0 107 324 144 16
Binary 0 100010 1001001 1100100 110101 0 1000111 11010100 1100100 1110

Color Harmonies of #002249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002249

Black with #002249

Text Example


Text Example

White with #002249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002249; }

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

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

background-color css

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

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

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

border-color css

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

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

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