Html Css Color HEX #023275 Prussian Blue

📋 copy color: '#023275'

red 2 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #023275

Tints of Prussian Blue #023275

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 117 (46.09% from 255) = 69.23%

R = 1.18%
G = 29.59%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023275 (or 0x023275) is known color: Prussian Blue. HEX triplet: 02, 32 and 75. RGB value is (2,50,117). Sum of RGB (Red+Green+Blue) = 2+50+117=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #023275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023275 is #FDCD8A. Grayscale: #2A2A2A. Windows color (decimal): -16633227 or 7680514. OLE color: 7680514.

HSL color Cylindrical-coordinate representation of color #023275: hue angle of 214.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023275 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 50 117 -
CMYK 0.98 0.57 0 0.54
HSL 214.96º 0.97% 0.23% -
HSV(B) 214.96º 0.98% 0.46% -
XYZ 4.38 3.58 17.29 -
YUV 43.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 2 50 117 0.98 0.57 0 0.54 214.96 0.97 0.23
Hex 2 32 75 62 39 0 36 D7 61 17
Octal 2 62 165 142 71 0 66 327 141 27
Binary 10 110010 1110101 1100010 111001 0 110110 11010111 1100001 10111

Color Harmonies of #023275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023275

Black with #023275

Text Example


Text Example

White with #023275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023275; }

 p { color: rgb(2,50,117); }

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

background-color css

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

 a { background-color: rgb(2,50,117); }

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

border-color css

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

 span { border-color: rgb(2,50,117); }

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