Html Css Color HEX #18268A Midnight Blue

📋 copy color: '#18268A'

red 24 ◦ green 38 ◦ blue 138

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

Shades of Midnight Blue #18268A

Tints of Midnight Blue #18268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 138 (54.3% from 255) = 69%

R = 12%
G = 19%
B = 69%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18268A (or 0x18268A) is known color: Midnight Blue. HEX triplet: 18, 26 and 8A. RGB value is (24,38,138). Sum of RGB (Red+Green+Blue) = 24+38+138=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #18268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18268A is #E7D975. Grayscale: #2C2C2C. Windows color (decimal): -15194486 or 9053720. OLE color: 9053720.

HSL color Cylindrical-coordinate representation of color #18268A: hue angle of 232.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18268A is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 38 138 -
CMYK 0.83 0.72 0 0.46
HSL 232.63º 0.7% 0.32% -
HSV(B) 232.63º 0.83% 0.54% -
XYZ 5.66 3.42 24.41 -
YUV 45.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 24 38 138 0.83 0.72 0 0.46 232.63 0.7 0.32
Hex 18 26 8A 53 48 0 2E E9 46 20
Octal 30 46 212 123 110 0 56 351 106 40
Binary 11000 100110 10001010 1010011 1001000 0 101110 11101001 1000110 100000

Color Harmonies of #18268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18268A

Black with #18268A

Text Example


Text Example

White with #18268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,38,138); }

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

background-color css

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

 a { background-color: rgb(24,38,138); }

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

border-color css

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

 span { border-color: rgb(24,38,138); }

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