Html Css Color HEX #002953 Prussian Blue

📋 copy color: '#002953'

red 0 ◦ green 41 ◦ blue 83

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

Shades of Prussian Blue #002953

Tints of Prussian Blue #002953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 0%
G = 33.06%
B = 66.94%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002953 (or 0x002953) is known color: Prussian Blue. HEX triplet: 00, 29 and 53. RGB value is (0,41,83). Sum of RGB (Red+Green+Blue) = 0+41+83=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #002953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002953 is #FFD6AC. Grayscale: #212121. Windows color (decimal): -16766637 or 5449984. OLE color: 5449984.

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

Color convert

RGB 0 41 83 -
CMYK 1 0.51 0 0.67
HSL 210.36º 1% 0.16% -
HSV(B) 210.36º 1% 0.33% -
XYZ 2.35 2.21 8.49 -
YUV 33.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 0 41 83 1 0.51 0 0.67 210.36 1 0.16
Hex 0 29 53 64 33 0 43 D2 64 10
Octal 0 51 123 144 63 0 103 322 144 20
Binary 0 101001 1010011 1100100 110011 0 1000011 11010010 1100100 10000

Color Harmonies of #002953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002953

Black with #002953

Text Example


Text Example

White with #002953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002953; }

 p { color: rgb(0,41,83); }

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

background-color css

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

 a { background-color: rgb(0,41,83); }

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

border-color css

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

 span { border-color: rgb(0,41,83); }

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