Html Css Color HEX #023973 Prussian Blue

📋 copy color: '#023973'

red 2 ◦ green 57 ◦ blue 115

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

Shades of Prussian Blue #023973

Tints of Prussian Blue #023973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 1.15%
G = 32.76%
B = 66.09%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023973 (or 0x023973) is known color: Prussian Blue. HEX triplet: 02, 39 and 73. RGB value is (2,57,115). Sum of RGB (Red+Green+Blue) = 2+57+115=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #023973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023973 is #FDC68C. Grayscale: #2E2E2E. Windows color (decimal): -16631437 or 7551234. OLE color: 7551234.

HSL color Cylindrical-coordinate representation of color #023973: hue angle of 210.8º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023973 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 57 115 -
CMYK 0.98 0.50 0 0.55
HSL 210.8º 0.97% 0.23% -
HSV(B) 210.8º 0.98% 0.45% -
XYZ 4.58 4.18 16.78 -
YUV 47.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 2 57 115 0.98 0.50 0 0.55 210.8 0.97 0.23
Hex 2 39 73 62 32 0 37 D3 61 17
Octal 2 71 163 142 62 0 67 323 141 27
Binary 10 111001 1110011 1100010 110010 0 110111 11010011 1100001 10111

Color Harmonies of #023973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023973

Black with #023973

Text Example


Text Example

White with #023973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023973; }

 p { color: rgb(2,57,115); }

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

background-color css

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

 a { background-color: rgb(2,57,115); }

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

border-color css

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

 span { border-color: rgb(2,57,115); }

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