#232069

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

Shades of Midnight Blue #232069

Tints of Midnight Blue #232069

Color information

#232069 (or 0x232069) is unknown color: approx Midnight Blue. HEX triplet: 23, 20 and 69. RGB value is (35,32,105). Sum of RGB (Red+Green+Blue) = 35+32+105=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #232069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232069 is #DCDF96. Grayscale: #282828. Windows color (decimal): -14475159 or 6889507. OLE color: 6889507.

HSL color Cylindrical-coordinate representation of color #232069: hue angle of 242.47º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232069 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3532105-
CMYK0.670.7000.59
HSL242.47º53.28%26.86%-
HSV(B)242.47º69.52%41.18%-
XYZ3.762.4113.63-
YUV41.22163.99123.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=20.35%
G=18.60%
B=61.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35321050.670.7000.59242.4753.2826.86
Hex232069434603Bf2351b
Octal43401511031060733626533
Binary10001110000011010011000011100011001110111111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232069; }

 p { color: rgb(35,32,105); }

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

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

 a { background-color: rgb(35,32,105); }

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

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

 span { border-color: rgb(35,32,105); }

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