Html Css Color HEX #12267C Midnight Blue

📋 copy color: '#12267C'

red 18 ◦ green 38 ◦ blue 124

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

Shades of Midnight Blue #12267C

Tints of Midnight Blue #12267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

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

R = 10%
G = 21.11%
B = 68.89%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12267C (or 0x12267C) is known color: Midnight Blue. HEX triplet: 12, 26 and 7C. RGB value is (18,38,124). Sum of RGB (Red+Green+Blue) = 18+38+124=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #12267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12267C is #EDD983. Grayscale: #292929. Windows color (decimal): -15587716 or 8136210. OLE color: 8136210.

HSL color Cylindrical-coordinate representation of color #12267C: hue angle of 228.68º 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 #12267C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 38 124 -
CMYK 0.85 0.69 0 0.51
HSL 228.68º 0.75% 0.28% -
HSV(B) 228.68º 0.85% 0.49% -
XYZ 4.58 2.97 19.4 -
YUV 41.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 18 38 124 0.85 0.69 0 0.51 228.68 0.75 0.28
Hex 12 26 7C 55 45 0 33 E5 4B 1C
Octal 22 46 174 125 105 0 63 345 113 34
Binary 10010 100110 1111100 1010101 1000101 0 110011 11100101 1001011 11100

Color Harmonies of #12267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12267C

Black with #12267C

Text Example


Text Example

White with #12267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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