Html Css Color HEX #002448 Prussian Blue

📋 copy color: '#002448'

red 0 ◦ green 36 ◦ blue 72

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

Shades of Prussian Blue #002448

Tints of Prussian Blue #002448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002448 (or 0x002448) is known color: Prussian Blue. HEX triplet: 00, 24 and 48. RGB value is (0,36,72). Sum of RGB (Red+Green+Blue) = 0+36+72=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #002448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002448 is #FFDBB7. Grayscale: #1D1D1D. Windows color (decimal): -16767928 or 4727808. OLE color: 4727808.

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

Color convert

RGB 0 36 72 -
CMYK 1 0.5 0 0.72
HSL 210º 1% 0.14% -
HSV(B) 210º 1% 0.28% -
XYZ 1.8 1.73 6.37 -
YUV 29.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 0 36 72 1 0.5 0 0.72 210 1 0.14
Hex 0 24 48 64 32 0 48 D2 64 E
Octal 0 44 110 144 62 0 110 322 144 16
Binary 0 100100 1001000 1100100 110010 0 1001000 11010010 1100100 1110

Color Harmonies of #002448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002448

Black with #002448

Text Example


Text Example

White with #002448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002448; }

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

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

background-color css

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

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

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

border-color css

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

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

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