Html Css Color HEX #002248 Prussian Blue

📋 copy color: '#002248'

red 0 ◦ green 34 ◦ blue 72

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

Shades of Prussian Blue #002248

Tints of Prussian Blue #002248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.92%

R = 0%
G = 32.08%
B = 67.92%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002248 (or 0x002248) is known color: Prussian Blue. HEX triplet: 00, 22 and 48. RGB value is (0,34,72). Sum of RGB (Red+Green+Blue) = 0+34+72=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #002248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002248 is #FFDDB7. Grayscale: #1B1B1B. Windows color (decimal): -16768440 or 4727296. OLE color: 4727296.

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

Color convert

RGB 0 34 72 -
CMYK 1 0.53 0 0.72
HSL 211.67º 1% 0.14% -
HSV(B) 211.67º 1% 0.28% -
XYZ 1.74 1.61 6.35 -
YUV 28.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 0 34 72 1 0.53 0 0.72 211.67 1 0.14
Hex 0 22 48 64 35 0 48 D4 64 E
Octal 0 42 110 144 65 0 110 324 144 16
Binary 0 100010 1001000 1100100 110101 0 1001000 11010100 1100100 1110

Color Harmonies of #002248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002248

Black with #002248

Text Example


Text Example

White with #002248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002248; }

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

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

background-color css

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

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

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

border-color css

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

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

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