Html Css Color HEX #023B63 Prussian Blue

📋 copy color: '#023B63'

red 2 ◦ green 59 ◦ blue 99

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

Shades of Prussian Blue #023B63

Tints of Prussian Blue #023B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

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

R = 1.25%
G = 36.88%
B = 61.88%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#023B63 (or 0x023B63) is known color: Prussian Blue. HEX triplet: 02, 3B and 63. RGB value is (2,59,99). Sum of RGB (Red+Green+Blue) = 2+59+99=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #023B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B63 is #FDC49C. Grayscale: #2E2E2E. Windows color (decimal): -16630941 or 6503170. OLE color: 6503170.

HSL color Cylindrical-coordinate representation of color #023B63: hue angle of 204.74º 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 #023B63 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 59 99 -
CMYK 0.98 0.40 0 0.61
HSL 204.74º 0.96% 0.2% -
HSV(B) 204.74º 0.98% 0.39% -
XYZ 3.84 4.04 12.38 -
YUV 46.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 2 59 99 0.98 0.40 0 0.61 204.74 0.96 0.2
Hex 2 3B 63 62 28 0 3D CD 60 14
Octal 2 73 143 142 50 0 75 315 140 24
Binary 10 111011 1100011 1100010 101000 0 111101 11001101 1100000 10100

Color Harmonies of #023B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B63

Black with #023B63

Text Example


Text Example

White with #023B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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