Html Css Color HEX #023162 Prussian Blue

📋 copy color: '#023162'

red 2 ◦ green 49 ◦ blue 98

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

Shades of Prussian Blue #023162

Tints of Prussian Blue #023162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 1.34%
G = 32.89%
B = 65.77%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#023162 (or 0x023162) is known color: Prussian Blue. HEX triplet: 02, 31 and 62. RGB value is (2,49,98). Sum of RGB (Red+Green+Blue) = 2+49+98=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #023162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023162 is #FDCE9D. Grayscale: #282828. Windows color (decimal): -16633502 or 6435074. OLE color: 6435074.

HSL color Cylindrical-coordinate representation of color #023162: hue angle of 210.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023162 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 49 98 -
CMYK 0.98 0.5 0 0.62
HSL 210.63º 0.96% 0.2% -
HSV(B) 210.63º 0.98% 0.38% -
XYZ 3.33 3.09 11.98 -
YUV 40.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 2 49 98 0.98 0.5 0 0.62 210.63 0.96 0.2
Hex 2 31 62 62 32 0 3E D3 60 14
Octal 2 61 142 142 62 0 76 323 140 24
Binary 10 110001 1100010 1100010 110010 0 111110 11010011 1100000 10100

Color Harmonies of #023162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023162

Black with #023162

Text Example


Text Example

White with #023162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023162; }

 p { color: rgb(2,49,98); }

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

background-color css

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

 a { background-color: rgb(2,49,98); }

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

border-color css

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

 span { border-color: rgb(2,49,98); }

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