Html Css Color HEX #12284D Midnight

📋 copy color: '#12284D'

red 18 ◦ green 40 ◦ blue 77

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

Shades of Midnight #12284D

Tints of Midnight #12284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.04%

R = 13.33%
G = 29.63%
B = 57.04%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12284D (or 0x12284D) is known color: Midnight. HEX triplet: 12, 28 and 4D. RGB value is (18,40,77). Sum of RGB (Red+Green+Blue) = 18+40+77=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #12284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12284D is #EDD7B2. Grayscale: #252525. Windows color (decimal): -15587251 or 5056530. OLE color: 5056530.

HSL color Cylindrical-coordinate representation of color #12284D: hue angle of 217.63º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12284D is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 40 77 -
CMYK 0.77 0.48 0 0.70
HSL 217.63º 0.62% 0.19% -
HSV(B) 217.63º 0.77% 0.3% -
XYZ 2.35 2.18 7.32 -
YUV 37.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 18 40 77 0.77 0.48 0 0.70 217.63 0.62 0.19
Hex 12 28 4D 4D 30 0 46 DA 3E 13
Octal 22 50 115 115 60 0 106 332 76 23
Binary 10010 101000 1001101 1001101 110000 0 1000110 11011010 111110 10011

Color Harmonies of #12284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12284D

Black with #12284D

Text Example


Text Example

White with #12284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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