Html Css Color HEX #120253 Midnight Blue

📋 copy color: '#120253'

red 18 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #120253

Tints of Midnight Blue #120253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

 BLUE value IS 83 (32.81% from 255) = 80.58%

R = 17.48%
G = 1.94%
B = 80.58%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120253 (or 0x120253) is known color: Midnight Blue. HEX triplet: 12, 02 and 53. RGB value is (18,2,83). Sum of RGB (Red+Green+Blue) = 18+2+83=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #120253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120253 is #EDFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15596973 or 5440018. OLE color: 5440018.

HSL color Cylindrical-coordinate representation of color #120253: hue angle of 251.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120253 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 2 83 -
CMYK 0.78 0.98 0 0.67
HSL 251.85º 0.95% 0.17% -
HSV(B) 251.85º 0.98% 0.33% -
XYZ 1.83 0.8 8.24 -
YUV 16.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 18 2 83 0.78 0.98 0 0.67 251.85 0.95 0.17
Hex 12 2 53 4E 62 0 43 FC 5F 11
Octal 22 2 123 116 142 0 103 374 137 21
Binary 10010 10 1010011 1001110 1100010 0 1000011 11111100 1011111 10001

Color Harmonies of #120253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120253

Black with #120253

Text Example


Text Example

White with #120253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120253; }

 p { color: rgb(18,2,83); }

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

background-color css

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

 a { background-color: rgb(18,2,83); }

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

border-color css

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

 span { border-color: rgb(18,2,83); }

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