Html Css Color HEX #023863 Prussian Blue

📋 copy color: '#023863'

red 2 ◦ green 56 ◦ blue 99

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

Shades of Prussian Blue #023863

Tints of Prussian Blue #023863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 1.27%
G = 35.67%
B = 63.06%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#023863 (or 0x023863) is known color: Prussian Blue. HEX triplet: 02, 38 and 63. RGB value is (2,56,99). Sum of RGB (Red+Green+Blue) = 2+56+99=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #023863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023863 is #FDC79C. Grayscale: #2C2C2C. Windows color (decimal): -16631709 or 6502402. OLE color: 6502402.

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

Color convert

RGB 2 56 99 -
CMYK 0.98 0.43 0 0.61
HSL 206.6º 0.96% 0.2% -
HSV(B) 206.6º 0.98% 0.39% -
XYZ 3.69 3.74 12.33 -
YUV 44.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 2 56 99 0.98 0.43 0 0.61 206.6 0.96 0.2
Hex 2 38 63 62 2B 0 3D CF 60 14
Octal 2 70 143 142 53 0 75 317 140 24
Binary 10 111000 1100011 1100010 101011 0 111101 11001111 1100000 10100

Color Harmonies of #023863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023863

Black with #023863

Text Example


Text Example

White with #023863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023863; }

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

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

background-color css

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

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

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

border-color css

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

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

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