#023A67

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

Shades of Prussian Blue #023A67

Tints of Prussian Blue #023A67

Color information

#023A67 (or 0x023A67) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 67. RGB value is (2,58,103). Sum of RGB (Red+Green+Blue) = 2+58+103=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #023A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A67 is #FDC598. Grayscale: #2E2E2E. Windows color (decimal): -16631193 or 6765058. OLE color: 6765058.

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

Color convert

RGB258103-
CMYK0.980.4400.60
HSL206.73º96.19%20.59%-
HSV(B)206.73º98.06%40.39%-
XYZ3.994.0213.4-
YUV46.39159.9596.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=1.23%
G=35.58%
B=63.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2581030.980.4400.60206.7396.1920.59
Hex23A67622C03Ccf6015
Octal2721471425407431714025
Binary1011101011001111100010101100011110011001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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