Html Css Color HEX #12237C Midnight Blue

📋 copy color: '#12237C'

red 18 ◦ green 35 ◦ blue 124

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

Shades of Midnight Blue #12237C

Tints of Midnight Blue #12237C

RGB

 RED value IS 18 (7.42% from 255) = 10.17%

 GREEN value IS 35 (14.06% from 255) = 19.77%

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 10.17%
G = 19.77%
B = 70.06%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12237C (or 0x12237C) is known color: Midnight Blue. HEX triplet: 12, 23 and 7C. RGB value is (18,35,124). Sum of RGB (Red+Green+Blue) = 18+35+124=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #12237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237C is #EDDC83. Grayscale: #272727. Windows color (decimal): -15588484 or 8135442. OLE color: 8135442.

HSL color Cylindrical-coordinate representation of color #12237C: hue angle of 230.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12237C is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 35 124 -
CMYK 0.85 0.72 0 0.51
HSL 230.38º 0.75% 0.28% -
HSV(B) 230.38º 0.85% 0.49% -
XYZ 4.49 2.79 19.37 -
YUV 40.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 18 35 124 0.85 0.72 0 0.51 230.38 0.75 0.28
Hex 12 23 7C 55 48 0 33 E6 4B 1C
Octal 22 43 174 125 110 0 63 346 113 34
Binary 10010 100011 1111100 1010101 1001000 0 110011 11100110 1001011 11100

Color Harmonies of #12237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12237C

Black with #12237C

Text Example


Text Example

White with #12237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12237C; }

 p { color: rgb(18,35,124); }

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

background-color css

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

 a { background-color: rgb(18,35,124); }

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

border-color css

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

 span { border-color: rgb(18,35,124); }

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