#023B6C

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

Shades of Prussian Blue #023B6C

Tints of Prussian Blue #023B6C

Color information

#023B6C (or 0x023B6C) is unknown color: approx Prussian Blue. HEX triplet: 02, 3B and 6C. RGB value is (2,59,108). Sum of RGB (Red+Green+Blue) = 2+59+108=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #023B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B6C is #FDC493. Grayscale: #2F2F2F. Windows color (decimal): -16630932 or 7092994. OLE color: 7092994.

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

Color convert

RGB259108-
CMYK0.980.4500.58
HSL207.74º96.36%21.57%-
HSV(B)207.74º98.15%42.35%-
XYZ4.34.2214.78-
YUV47.54162.1295.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=1.18%
G=34.91%
B=63.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2591080.980.4500.58207.7496.3621.57
Hex23B6C622D03Ad06016
Octal2731541425507232014026
Binary1011101111011001100010101101011101011010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,59,108); }

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

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

 a { background-color: rgb(2,59,108); }

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

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

 span { border-color: rgb(2,59,108); }

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