Html Css Color HEX #023864 Prussian Blue

📋 copy color: '#023864'

red 2 ◦ green 56 ◦ blue 100

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

Shades of Prussian Blue #023864

Tints of Prussian Blue #023864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 1.27%
G = 35.44%
B = 63.29%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#023864 (or 0x023864) is known color: Prussian Blue. HEX triplet: 02, 38 and 64. RGB value is (2,56,100). Sum of RGB (Red+Green+Blue) = 2+56+100=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #023864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023864 is #FDC79B. Grayscale: #2C2C2C. Windows color (decimal): -16631708 or 6567938. OLE color: 6567938.

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

Color convert

RGB 2 56 100 -
CMYK 0.98 0.44 0 0.61
HSL 206.94º 0.96% 0.2% -
HSV(B) 206.94º 0.98% 0.39% -
XYZ 3.74 3.76 12.59 -
YUV 44.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 2 56 100 0.98 0.44 0 0.61 206.94 0.96 0.2
Hex 2 38 64 62 2C 0 3D CF 60 14
Octal 2 70 144 142 54 0 75 317 140 24
Binary 10 111000 1100100 1100010 101100 0 111101 11001111 1100000 10100

Color Harmonies of #023864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023864

Black with #023864

Text Example


Text Example

White with #023864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023864; }

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

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

background-color css

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

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

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

border-color css

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

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

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