Html Css Color HEX #12284A Midnight

📋 copy color: '#12284A'

red 18 ◦ green 40 ◦ blue 74

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

Shades of Midnight #12284A

Tints of Midnight #12284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 13.64%
G = 30.3%
B = 56.06%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12284A (or 0x12284A) is known color: Midnight. HEX triplet: 12, 28 and 4A. RGB value is (18,40,74). Sum of RGB (Red+Green+Blue) = 18+40+74=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #12284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12284A is #EDD7B5. Grayscale: #252525. Windows color (decimal): -15587254 or 4859922. OLE color: 4859922.

HSL color Cylindrical-coordinate representation of color #12284A: hue angle of 216.43º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12284A is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 40 74 -
CMYK 0.76 0.46 0 0.71
HSL 216.43º 0.61% 0.18% -
HSV(B) 216.43º 0.76% 0.29% -
XYZ 2.24 2.14 6.77 -
YUV 37.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 18 40 74 0.76 0.46 0 0.71 216.43 0.61 0.18
Hex 12 28 4A 4C 2E 0 47 D8 3D 12
Octal 22 50 112 114 56 0 107 330 75 22
Binary 10010 101000 1001010 1001100 101110 0 1000111 11011000 111101 10010

Color Harmonies of #12284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12284A

Black with #12284A

Text Example


Text Example

White with #12284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,40,74); }

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

background-color css

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

 a { background-color: rgb(18,40,74); }

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

border-color css

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

 span { border-color: rgb(18,40,74); }

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