#023A6F

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

Shades of Prussian Blue #023A6F

Tints of Prussian Blue #023A6F

Color information

#023A6F (or 0x023A6F) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 6F. RGB value is (2,58,111). Sum of RGB (Red+Green+Blue) = 2+58+111=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #023A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A6F is #FDC590. Grayscale: #2F2F2F. Windows color (decimal): -16631185 or 7289346. OLE color: 7289346.

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

Color convert

RGB258111-
CMYK0.980.4800.56
HSL209.17º96.46%22.16%-
HSV(B)209.17º98.2%43.53%-
XYZ4.414.1915.61-
YUV47.3163.9595.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=1.17%
G=33.92%
B=64.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2581110.980.4800.56209.1796.4622.16
Hex23A6F6230038d16016
Octal2721571426007032114026
Binary1011101011011111100010110000011100011010001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,111); }

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

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

 a { background-color: rgb(2,58,111); }

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

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

 span { border-color: rgb(2,58,111); }

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