Html Css Color HEX #12257A Midnight Blue

📋 copy color: '#12257A'

red 18 ◦ green 37 ◦ blue 122

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

Shades of Midnight Blue #12257A

Tints of Midnight Blue #12257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 68.93%

R = 10.17%
G = 20.9%
B = 68.93%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12257A (or 0x12257A) is known color: Midnight Blue. HEX triplet: 12, 25 and 7A. RGB value is (18,37,122). Sum of RGB (Red+Green+Blue) = 18+37+122=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #12257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12257A is #EDDA85. Grayscale: #282828. Windows color (decimal): -15587974 or 8004882. OLE color: 8004882.

HSL color Cylindrical-coordinate representation of color #12257A: hue angle of 229.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12257A is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 37 122 -
CMYK 0.85 0.70 0 0.52
HSL 229.04º 0.74% 0.27% -
HSV(B) 229.04º 0.85% 0.48% -
XYZ 4.42 2.86 18.73 -
YUV 41.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 18 37 122 0.85 0.70 0 0.52 229.04 0.74 0.27
Hex 12 25 7A 55 46 0 34 E5 4A 1B
Octal 22 45 172 125 106 0 64 345 112 33
Binary 10010 100101 1111010 1010101 1000110 0 110100 11100101 1001010 11011

Color Harmonies of #12257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12257A

Black with #12257A

Text Example


Text Example

White with #12257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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