Html Css Color HEX #12237F Midnight Blue

📋 copy color: '#12237F'

red 18 ◦ green 35 ◦ blue 127

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

Shades of Midnight Blue #12237F

Tints of Midnight Blue #12237F

RGB

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

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

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

R = 10%
G = 19.44%
B = 70.56%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12237F (or 0x12237F) is known color: Midnight Blue. HEX triplet: 12, 23 and 7F. RGB value is (18,35,127). Sum of RGB (Red+Green+Blue) = 18+35+127=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #12237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237F is #EDDC80. Grayscale: #282828. Windows color (decimal): -15588481 or 8332050. OLE color: 8332050.

HSL color Cylindrical-coordinate representation of color #12237F: hue angle of 230.64º 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 #12237F is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 35 127 -
CMYK 0.86 0.72 0 0.50
HSL 230.64º 0.75% 0.28% -
HSV(B) 230.64º 0.86% 0.5% -
XYZ 4.68 2.86 20.38 -
YUV 40.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 18 35 127 0.86 0.72 0 0.50 230.64 0.75 0.28
Hex 12 23 7F 56 48 0 32 E7 4B 1C
Octal 22 43 177 126 110 0 62 347 113 34
Binary 10010 100011 1111111 1010110 1001000 0 110010 11100111 1001011 11100

Color Harmonies of #12237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12237F

Black with #12237F

Text Example


Text Example

White with #12237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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