Html Css Color HEX #002653 Prussian Blue

📋 copy color: '#002653'

red 0 ◦ green 38 ◦ blue 83

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

Shades of Prussian Blue #002653

Tints of Prussian Blue #002653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 0%
G = 31.4%
B = 68.6%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002653 (or 0x002653) is known color: Prussian Blue. HEX triplet: 00, 26 and 53. RGB value is (0,38,83). Sum of RGB (Red+Green+Blue) = 0+38+83=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #002653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002653 is #FFD9AC. Grayscale: #1F1F1F. Windows color (decimal): -16767405 or 5449216. OLE color: 5449216.

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

Color convert

RGB 0 38 83 -
CMYK 1 0.54 0 0.67
HSL 212.53º 1% 0.16% -
HSV(B) 212.53º 1% 0.33% -
XYZ 2.25 2.01 8.45 -
YUV 31.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 0 38 83 1 0.54 0 0.67 212.53 1 0.16
Hex 0 26 53 64 36 0 43 D5 64 10
Octal 0 46 123 144 66 0 103 325 144 20
Binary 0 100110 1010011 1100100 110110 0 1000011 11010101 1100100 10000

Color Harmonies of #002653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002653

Black with #002653

Text Example


Text Example

White with #002653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002653; }

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

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

background-color css

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

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

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

border-color css

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

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

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