Html Css Color HEX #023070 Prussian Blue

📋 copy color: '#023070'

red 2 ◦ green 48 ◦ blue 112

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

Shades of Prussian Blue #023070

Tints of Prussian Blue #023070

RGB

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

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

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

R = 1.23%
G = 29.63%
B = 69.14%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#023070 (or 0x023070) is known color: Prussian Blue. HEX triplet: 02, 30 and 70. RGB value is (2,48,112). Sum of RGB (Red+Green+Blue) = 2+48+112=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #023070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023070 is #FDCF8F. Grayscale: #292929. Windows color (decimal): -16633744 or 7352322. OLE color: 7352322.

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

Color convert

RGB 2 48 112 -
CMYK 0.98 0.57 0 0.56
HSL 214.91º 0.96% 0.22% -
HSV(B) 214.91º 0.98% 0.44% -
XYZ 4.01 3.3 15.75 -
YUV 41.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 2 48 112 0.98 0.57 0 0.56 214.91 0.96 0.22
Hex 2 30 70 62 39 0 38 D7 60 16
Octal 2 60 160 142 71 0 70 327 140 26
Binary 10 110000 1110000 1100010 111001 0 111000 11010111 1100000 10110

Color Harmonies of #023070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023070

Black with #023070

Text Example


Text Example

White with #023070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023070; }

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

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

background-color css

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

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

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

border-color css

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

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

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