Html Css Color HEX #002450 Prussian Blue

📋 copy color: '#002450'

red 0 ◦ green 36 ◦ blue 80

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

Shades of Prussian Blue #002450

Tints of Prussian Blue #002450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 68.97%

R = 0%
G = 31.03%
B = 68.97%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#002450 (or 0x002450) is known color: Prussian Blue. HEX triplet: 00, 24 and 50. RGB value is (0,36,80). Sum of RGB (Red+Green+Blue) = 0+36+80=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #002450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002450 is #FFDBAF. Grayscale: #1E1E1E. Windows color (decimal): -16767920 or 5252096. OLE color: 5252096.

HSL color Cylindrical-coordinate representation of color #002450: hue angle of 213º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002450 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 36 80 -
CMYK 1 0.55 0 0.69
HSL 213º 1% 0.16% -
HSV(B) 213º 1% 0.31% -
XYZ 2.08 1.84 7.84 -
YUV 30.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 0 36 80 1 0.55 0 0.69 213 1 0.16
Hex 0 24 50 64 37 0 45 D5 64 10
Octal 0 44 120 144 67 0 105 325 144 20
Binary 0 100100 1010000 1100100 110111 0 1000101 11010101 1100100 10000

Color Harmonies of #002450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002450

Black with #002450

Text Example


Text Example

White with #002450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002450; }

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

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

background-color css

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

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

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

border-color css

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

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

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