#023F70

Color #023F70 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #023F70

Tints of Prussian Blue #023F70

Color information

#023F70 (or 0x023F70) is unknown color: approx Prussian Blue. HEX triplet: 02, 3F and 70. RGB value is (2,63,112). Sum of RGB (Red+Green+Blue) = 2+63+112=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #023F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F70 is #FDC08F. Grayscale: #323232. Windows color (decimal): -16629904 or 7356162. OLE color: 7356162.

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

Color convert

RGB263112-
CMYK0.980.4400.56
HSL206.73º96.49%22.35%-
HSV(B)206.73º98.21%43.92%-
XYZ4.734.7415.99-
YUV50.35162.7993.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=1.13%
G=35.59%
B=63.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2631120.980.4400.56206.7396.4922.35
Hex23F70622C038cf6016
Octal2771601425407031714026
Binary1011111111100001100010101100011100011001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F70; }

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

 H1.HeaderClassName
 {
   color: #023F70;
 }
 .AnyTagClassName
 {
   color: #023F70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #023F70;
 }
 .BgClassName
 {
   background-color: #023F70;
 }
</style>
border-color css

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

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

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