Html Css Color HEX #023370 Prussian Blue

📋 copy color: '#023370'

red 2 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #023370

Tints of Prussian Blue #023370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 1.21%
G = 30.91%
B = 67.88%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023370 (or 0x023370) is known color: Prussian Blue. HEX triplet: 02, 33 and 70. RGB value is (2,51,112). Sum of RGB (Red+Green+Blue) = 2+51+112=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #023370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023370 is #FDCC8F. Grayscale: #2B2B2B. Windows color (decimal): -16632976 or 7353090. OLE color: 7353090.

HSL color Cylindrical-coordinate representation of color #023370: hue angle of 213.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023370 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 51 112 -
CMYK 0.98 0.54 0 0.56
HSL 213.27º 0.96% 0.22% -
HSV(B) 213.27º 0.98% 0.44% -
XYZ 4.13 3.55 15.8 -
YUV 43.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 2 51 112 0.98 0.54 0 0.56 213.27 0.96 0.22
Hex 2 33 70 62 36 0 38 D5 60 16
Octal 2 63 160 142 66 0 70 325 140 26
Binary 10 110011 1110000 1100010 110110 0 111000 11010101 1100000 10110

Color Harmonies of #023370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023370

Black with #023370

Text Example


Text Example

White with #023370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023370; }

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

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

background-color css

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

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

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

border-color css

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

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

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