Html Css Color HEX #023363 Prussian Blue

📋 copy color: '#023363'

red 2 ◦ green 51 ◦ blue 99

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

Shades of Prussian Blue #023363

Tints of Prussian Blue #023363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 1.32%
G = 33.55%
B = 65.13%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#023363 (or 0x023363) is known color: Prussian Blue. HEX triplet: 02, 33 and 63. RGB value is (2,51,99). Sum of RGB (Red+Green+Blue) = 2+51+99=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #023363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023363 is #FDCC9C. Grayscale: #292929. Windows color (decimal): -16632989 or 6501122. OLE color: 6501122.

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

Color convert

RGB 2 51 99 -
CMYK 0.98 0.48 0 0.61
HSL 209.69º 0.96% 0.2% -
HSV(B) 209.69º 0.98% 0.39% -
XYZ 3.46 3.28 12.26 -
YUV 41.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 2 51 99 0.98 0.48 0 0.61 209.69 0.96 0.2
Hex 2 33 63 62 30 0 3D D2 60 14
Octal 2 63 143 142 60 0 75 322 140 24
Binary 10 110011 1100011 1100010 110000 0 111101 11010010 1100000 10100

Color Harmonies of #023363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023363

Black with #023363

Text Example


Text Example

White with #023363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023363; }

 p { color: rgb(2,51,99); }

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

background-color css

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

 a { background-color: rgb(2,51,99); }

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

border-color css

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

 span { border-color: rgb(2,51,99); }

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