#023F6E

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

Shades of Prussian Blue #023F6E

Tints of Prussian Blue #023F6E

Color information

#023F6E (or 0x023F6E) is unknown color: approx Prussian Blue. HEX triplet: 02, 3F and 6E. RGB value is (2,63,110). Sum of RGB (Red+Green+Blue) = 2+63+110=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #023F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F6E is #FDC091. Grayscale: #313131. Windows color (decimal): -16629906 or 7225090. OLE color: 7225090.

HSL color Cylindrical-coordinate representation of color #023F6E: hue angle of 206.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F6E is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB263110-
CMYK0.980.4300.57
HSL206.11º96.43%21.96%-
HSV(B)206.11º98.18%43.14%-
XYZ4.624.6915.41-
YUV50.12161.7993.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 110 (43.36% from 255) = 62.86%
R=1.14%
G=36%
B=62.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2631100.980.4300.57206.1196.4321.96
Hex23F6E622B039ce6016
Octal2771561425307131614026
Binary1011111111011101100010101011011100111001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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