#023B6B

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

Shades of Prussian Blue #023B6B

Tints of Prussian Blue #023B6B

Color information

#023B6B (or 0x023B6B) is unknown color: approx Prussian Blue. HEX triplet: 02, 3B and 6B. RGB value is (2,59,107). Sum of RGB (Red+Green+Blue) = 2+59+107=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #023B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B6B is #FDC494. Grayscale: #2F2F2F. Windows color (decimal): -16630933 or 7027458. OLE color: 7027458.

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

Color convert

RGB259107-
CMYK0.980.4500.58
HSL207.43º96.33%21.37%-
HSV(B)207.43º98.13%41.96%-
XYZ4.244.214.5-
YUV47.43161.6295.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=1.19%
G=35.12%
B=63.69%

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
Decimal2591070.980.4500.58207.4396.3321.37
Hex23B6B622D03Acf6015
Octal2731531425507231714025
Binary1011101111010111100010101101011101011001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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