Html Css Color HEX #023073 Prussian Blue

📋 copy color: '#023073'

red 2 ◦ green 48 ◦ blue 115

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

Shades of Prussian Blue #023073

Tints of Prussian Blue #023073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 1.21%
G = 29.09%
B = 69.7%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023073 (or 0x023073) is known color: Prussian Blue. HEX triplet: 02, 30 and 73. RGB value is (2,48,115). Sum of RGB (Red+Green+Blue) = 2+48+115=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #023073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023073 is #FDCF8C. Grayscale: #292929. Windows color (decimal): -16633741 or 7548930. OLE color: 7548930.

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

Color convert

RGB 2 48 115 -
CMYK 0.98 0.58 0 0.55
HSL 215.58º 0.97% 0.23% -
HSV(B) 215.58º 0.98% 0.45% -
XYZ 4.18 3.36 16.65 -
YUV 41.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 2 48 115 0.98 0.58 0 0.55 215.58 0.97 0.23
Hex 2 30 73 62 3A 0 37 D8 61 17
Octal 2 60 163 142 72 0 67 330 141 27
Binary 10 110000 1110011 1100010 111010 0 110111 11011000 1100001 10111

Color Harmonies of #023073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023073

Black with #023073

Text Example


Text Example

White with #023073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023073; }

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

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

background-color css

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

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

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

border-color css

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

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

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