Html Css Color HEX #12274C Midnight

📋 copy color: '#12274C'

red 18 ◦ green 39 ◦ blue 76

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

Shades of Midnight #12274C

Tints of Midnight #12274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

 BLUE value IS 76 (30.08% from 255) = 57.14%

R = 13.53%
G = 29.32%
B = 57.14%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12274C (or 0x12274C) is known color: Midnight. HEX triplet: 12, 27 and 4C. RGB value is (18,39,76). Sum of RGB (Red+Green+Blue) = 18+39+76=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #12274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12274C is #EDD8B3. Grayscale: #242424. Windows color (decimal): -15587508 or 4990738. OLE color: 4990738.

HSL color Cylindrical-coordinate representation of color #12274C: hue angle of 218.28º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12274C is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 39 76 -
CMYK 0.76 0.49 0 0.70
HSL 218.28º 0.62% 0.18% -
HSV(B) 218.28º 0.76% 0.3% -
XYZ 2.28 2.1 7.12 -
YUV 36.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 18 39 76 0.76 0.49 0 0.70 218.28 0.62 0.18
Hex 12 27 4C 4C 31 0 46 DA 3E 12
Octal 22 47 114 114 61 0 106 332 76 22
Binary 10010 100111 1001100 1001100 110001 0 1000110 11011010 111110 10010

Color Harmonies of #12274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12274C

Black with #12274C

Text Example


Text Example

White with #12274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12274C; }

 p { color: rgb(18,39,76); }

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

background-color css

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

 a { background-color: rgb(18,39,76); }

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

border-color css

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

 span { border-color: rgb(18,39,76); }

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