#231F66

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

Shades of Midnight Blue #231F66

Tints of Midnight Blue #231F66

Color information

#231F66 (or 0x231F66) is unknown color: approx Midnight Blue. HEX triplet: 23, 1F and 66. RGB value is (35,31,102). Sum of RGB (Red+Green+Blue) = 35+31+102=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #231F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F66 is #DCE099. Grayscale: #282828. Windows color (decimal): -14475418 or 6692643. OLE color: 6692643.

HSL color Cylindrical-coordinate representation of color #231F66: hue angle of 243.38º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231F66 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3531102-
CMYK0.660.7000.6
HSL243.38º53.38%26.08%-
HSV(B)243.38º69.61%40%-
XYZ3.582.312.82-
YUV40.29162.83124.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=20.83%
G=18.45%
B=60.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35311020.660.7000.6243.3853.3826.08
Hex231F66424603Cf3351a
Octal43371461021060743636532
Binary1000111111111001101000010100011001111001111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231F66; }

 p { color: rgb(35,31,102); }

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

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

 a { background-color: rgb(35,31,102); }

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

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

 span { border-color: rgb(35,31,102); }

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