Html Css Color HEX #232463 Midnight Blue

📋 copy color: '#232463'

red 35 ◦ green 36 ◦ blue 99

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

Shades of Midnight Blue #232463

Tints of Midnight Blue #232463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 99 (39.06% from 255) = 58.24%

R = 20.59%
G = 21.18%
B = 58.24%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#232463 (or 0x232463) is known color: Midnight Blue. HEX triplet: 23, 24 and 63. RGB value is (35,36,99). Sum of RGB (Red+Green+Blue) = 35+36+99=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #232463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232463 is #DCDB9C. Grayscale: #2A2A2A. Windows color (decimal): -14474141 or 6497315. OLE color: 6497315.

HSL color Cylindrical-coordinate representation of color #232463: hue angle of 239.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232463 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 36 99 -
CMYK 0.65 0.64 0 0.61
HSL 239.06º 0.48% 0.26% -
HSV(B) 239.06º 0.65% 0.39% -
XYZ 3.58 2.52 12.1 -
YUV 42.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 35 36 99 0.65 0.64 0 0.61 239.06 0.48 0.26
Hex 23 24 63 41 40 0 3D EF 30 1A
Octal 43 44 143 101 100 0 75 357 60 32
Binary 100011 100100 1100011 1000001 1000000 0 111101 11101111 110000 11010

Color Harmonies of #232463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232463

Black with #232463

Text Example


Text Example

White with #232463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232463; }

 p { color: rgb(35,36,99); }

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

background-color css

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

 a { background-color: rgb(35,36,99); }

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

border-color css

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

 span { border-color: rgb(35,36,99); }

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