Html Css Color HEX #023166 Prussian Blue

📋 copy color: '#023166'

red 2 ◦ green 49 ◦ blue 102

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

Shades of Prussian Blue #023166

Tints of Prussian Blue #023166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.67%

R = 1.31%
G = 32.03%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#023166 (or 0x023166) is known color: Prussian Blue. HEX triplet: 02, 31 and 66. RGB value is (2,49,102). Sum of RGB (Red+Green+Blue) = 2+49+102=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #023166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023166 is #FDCE99. Grayscale: #282828. Windows color (decimal): -16633498 or 6697218. OLE color: 6697218.

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

Color convert

RGB 2 49 102 -
CMYK 0.98 0.52 0 0.6
HSL 211.8º 0.96% 0.2% -
HSV(B) 211.8º 0.98% 0.4% -
XYZ 3.52 3.17 13 -
YUV 40.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 2 49 102 0.98 0.52 0 0.6 211.8 0.96 0.2
Hex 2 31 66 62 34 0 3C D4 60 14
Octal 2 61 146 142 64 0 74 324 140 24
Binary 10 110001 1100110 1100010 110100 0 111100 11010100 1100000 10100

Color Harmonies of #023166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023166

Black with #023166

Text Example


Text Example

White with #023166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023166; }

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

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

background-color css

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

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

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

border-color css

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

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

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