#023975

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

Shades of Prussian Blue #023975

Tints of Prussian Blue #023975

Color information

#023975 (or 0x023975) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 75. RGB value is (2,57,117). Sum of RGB (Red+Green+Blue) = 2+57+117=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #023975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023975 is #FDC68A. Grayscale: #2F2F2F. Windows color (decimal): -16631435 or 7682306. OLE color: 7682306.

HSL color Cylindrical-coordinate representation of color #023975: hue angle of 211.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023975 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB257117-
CMYK0.980.5100.54
HSL211.3º96.64%23.33%-
HSV(B)211.3º98.29%45.88%-
XYZ4.74.2217.4-
YUV47.4167.2895.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=1.14%
G=32.39%
B=66.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2571170.980.5100.54211.396.6423.33
Hex239756233036d36117
Octal2711651426306632314127
Binary1011100111101011100010110011011011011010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023975; }

 p { color: rgb(2,57,117); }

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

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

 a { background-color: rgb(2,57,117); }

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

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

 span { border-color: rgb(2,57,117); }

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