Html Css Color HEX #023165 Prussian Blue

📋 copy color: '#023165'

red 2 ◦ green 49 ◦ blue 101

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

Shades of Prussian Blue #023165

Tints of Prussian Blue #023165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 1.32%
G = 32.24%
B = 66.45%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#023165 (or 0x023165) is known color: Prussian Blue. HEX triplet: 02, 31 and 65. RGB value is (2,49,101). Sum of RGB (Red+Green+Blue) = 2+49+101=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #023165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023165 is #FDCE9A. Grayscale: #282828. Windows color (decimal): -16633499 or 6631682. OLE color: 6631682.

HSL color Cylindrical-coordinate representation of color #023165: hue angle of 211.52º 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 #023165 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 49 101 -
CMYK 0.98 0.51 0 0.60
HSL 211.52º 0.96% 0.2% -
HSV(B) 211.52º 0.98% 0.4% -
XYZ 3.47 3.15 12.74 -
YUV 40.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 2 49 101 0.98 0.51 0 0.60 211.52 0.96 0.2
Hex 2 31 65 62 33 0 3C D4 60 14
Octal 2 61 145 142 63 0 74 324 140 24
Binary 10 110001 1100101 1100010 110011 0 111100 11010100 1100000 10100

Color Harmonies of #023165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023165

Black with #023165

Text Example


Text Example

White with #023165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023165; }

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

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

background-color css

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

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

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

border-color css

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

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

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