Html Css Color HEX #232985 Midnight Blue

📋 copy color: '#232985'

red 35 ◦ green 41 ◦ blue 133

#232985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #232985

Tints of Midnight Blue #232985

RGB

 RED value IS 35 (14.06% from 255) = 16.75%

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 16.75%
G = 19.62%
B = 63.64%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#232985 (or 0x232985) is known color: Midnight Blue. HEX triplet: 23, 29 and 85. RGB value is (35,41,133). Sum of RGB (Red+Green+Blue) = 35+41+133=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #232985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232985 is #DCD67A. Grayscale: #313131. Windows color (decimal): -14472827 or 8726819. OLE color: 8726819.

HSL color Cylindrical-coordinate representation of color #232985: hue angle of 236.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232985 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 41 133 -
CMYK 0.74 0.69 0 0.48
HSL 236.33º 0.58% 0.33% -
HSV(B) 236.33º 0.74% 0.52% -
XYZ 5.72 3.64 22.59 -
YUV 49.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 35 41 133 0.74 0.69 0 0.48 236.33 0.58 0.33
Hex 23 29 85 4A 45 0 30 EC 3A 21
Octal 43 51 205 112 105 0 60 354 72 41
Binary 100011 101001 10000101 1001010 1000101 0 110000 11101100 111010 100001

Color Harmonies of #232985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232985

Black with #232985

Text Example


Text Example

White with #232985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232985; }

 p { color: rgb(35,41,133); }

 H1.HeaderClassName
 {
   color: #232985;
 }
 .AnyTagClassName
 {
   color: #232985;
 }
</style>

background-color css

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

 a { background-color: rgb(35,41,133); }

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

border-color css

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

 span { border-color: rgb(35,41,133); }

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