#023F69

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

Shades of Prussian Blue #023F69

Tints of Prussian Blue #023F69

Color information

#023F69 (or 0x023F69) is unknown color: approx Prussian Blue. HEX triplet: 02, 3F and 69. RGB value is (2,63,105). Sum of RGB (Red+Green+Blue) = 2+63+105=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #023F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F69 is #FDC096. Grayscale: #313131. Windows color (decimal): -16629911 or 6897410. OLE color: 6897410.

HSL color Cylindrical-coordinate representation of color #023F69: hue angle of 204.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F69 is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB263105-
CMYK0.980.400.59
HSL204.47º96.26%20.98%-
HSV(B)204.47º98.1%41.18%-
XYZ4.354.5914.02-
YUV49.55159.2994.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=1.18%
G=37.06%
B=61.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2631050.980.400.59204.4796.2620.98
Hex23F69622803Bcc6015
Octal2771511425007331414025
Binary1011111111010011100010101000011101111001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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