Html Css Color HEX #18297F Midnight Blue

📋 copy color: '#18297F'

red 24 ◦ green 41 ◦ blue 127

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

Shades of Midnight Blue #18297F

Tints of Midnight Blue #18297F

RGB

 RED value IS 24 (9.77% from 255) = 12.5%

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 127 (50% from 255) = 66.15%

R = 12.5%
G = 21.35%
B = 66.15%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18297F (or 0x18297F) is known color: Midnight Blue. HEX triplet: 18, 29 and 7F. RGB value is (24,41,127). Sum of RGB (Red+Green+Blue) = 24+41+127=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #18297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18297F is #E7D680. Grayscale: #2D2D2D. Windows color (decimal): -15193729 or 8333592. OLE color: 8333592.

HSL color Cylindrical-coordinate representation of color #18297F: hue angle of 230.1º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18297F is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 41 127 -
CMYK 0.81 0.68 0 0.50
HSL 230.1º 0.68% 0.3% -
HSV(B) 230.1º 0.81% 0.5% -
XYZ 5 3.31 20.45 -
YUV 45.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 24 41 127 0.81 0.68 0 0.50 230.1 0.68 0.3
Hex 18 29 7F 51 44 0 32 E6 44 1E
Octal 30 51 177 121 104 0 62 346 104 36
Binary 11000 101001 1111111 1010001 1000100 0 110010 11100110 1000100 11110

Color Harmonies of #18297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18297F

Black with #18297F

Text Example


Text Example

White with #18297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18297F; }

 p { color: rgb(24,41,127); }

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

background-color css

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

 a { background-color: rgb(24,41,127); }

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

border-color css

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

 span { border-color: rgb(24,41,127); }

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