Html Css Color HEX #12257D Midnight Blue

📋 copy color: '#12257D'

red 18 ◦ green 37 ◦ blue 125

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

Shades of Midnight Blue #12257D

Tints of Midnight Blue #12257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

 BLUE value IS 125 (49.22% from 255) = 69.44%

R = 10%
G = 20.56%
B = 69.44%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12257D (or 0x12257D) is known color: Midnight Blue. HEX triplet: 12, 25 and 7D. RGB value is (18,37,125). Sum of RGB (Red+Green+Blue) = 18+37+125=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #12257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12257D is #EDDA82. Grayscale: #282828. Windows color (decimal): -15587971 or 8201490. OLE color: 8201490.

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

Color convert

RGB 18 37 125 -
CMYK 0.86 0.70 0 0.51
HSL 229.35º 0.75% 0.28% -
HSV(B) 229.35º 0.86% 0.49% -
XYZ 4.61 2.93 19.72 -
YUV 41.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 18 37 125 0.86 0.70 0 0.51 229.35 0.75 0.28
Hex 12 25 7D 56 46 0 33 E5 4B 1C
Octal 22 45 175 126 106 0 63 345 113 34
Binary 10010 100101 1111101 1010110 1000110 0 110011 11100101 1001011 11100

Color Harmonies of #12257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12257D

Black with #12257D

Text Example


Text Example

White with #12257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12257D; }

 p { color: rgb(18,37,125); }

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

background-color css

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

 a { background-color: rgb(18,37,125); }

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

border-color css

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

 span { border-color: rgb(18,37,125); }

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