Html Css Color HEX #12267F Midnight Blue

📋 copy color: '#12267F'

red 18 ◦ green 38 ◦ blue 127

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

Shades of Midnight Blue #12267F

Tints of Midnight Blue #12267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.4%

R = 9.84%
G = 20.77%
B = 69.4%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12267F (or 0x12267F) is known color: Midnight Blue. HEX triplet: 12, 26 and 7F. RGB value is (18,38,127). Sum of RGB (Red+Green+Blue) = 18+38+127=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #12267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12267F is #EDD980. Grayscale: #292929. Windows color (decimal): -15587713 or 8332818. OLE color: 8332818.

HSL color Cylindrical-coordinate representation of color #12267F: hue angle of 228.99º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12267F is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 38 127 -
CMYK 0.86 0.70 0 0.50
HSL 228.99º 0.75% 0.28% -
HSV(B) 228.99º 0.86% 0.5% -
XYZ 4.77 3.05 20.42 -
YUV 42.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 18 38 127 0.86 0.70 0 0.50 228.99 0.75 0.28
Hex 12 26 7F 56 46 0 32 E5 4B 1C
Octal 22 46 177 126 106 0 62 345 113 34
Binary 10010 100110 1111111 1010110 1000110 0 110010 11100101 1001011 11100

Color Harmonies of #12267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12267F

Black with #12267F

Text Example


Text Example

White with #12267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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