Html Css Color HEX #18076B Midnight Blue

📋 copy color: '#18076B'

red 24 ◦ green 7 ◦ blue 107

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

Shades of Midnight Blue #18076B

Tints of Midnight Blue #18076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 107 (42.19% from 255) = 77.54%

R = 17.39%
G = 5.07%
B = 77.54%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18076B (or 0x18076B) is known color: Midnight Blue. HEX triplet: 18, 07 and 6B. RGB value is (24,7,107). Sum of RGB (Red+Green+Blue) = 24+7+107=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #18076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18076B is #E7F894. Grayscale: #171717. Windows color (decimal): -15202453 or 7014168. OLE color: 7014168.

HSL color Cylindrical-coordinate representation of color #18076B: hue angle of 250.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18076B is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 7 107 -
CMYK 0.78 0.93 0 0.58
HSL 250.2º 0.88% 0.22% -
HSV(B) 250.2º 0.93% 0.42% -
XYZ 3.11 1.41 14.02 -
YUV 23.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 24 7 107 0.78 0.93 0 0.58 250.2 0.88 0.22
Hex 18 7 6B 4E 5D 0 3A FA 58 16
Octal 30 7 153 116 135 0 72 372 130 26
Binary 11000 111 1101011 1001110 1011101 0 111010 11111010 1011000 10110

Color Harmonies of #18076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18076B

Black with #18076B

Text Example


Text Example

White with #18076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18076B; }

 p { color: rgb(24,7,107); }

 H1.HeaderClassName
 {
   color: #18076B;
 }
 .AnyTagClassName
 {
   color: #18076B;
 }
</style>

background-color css

<style>
 a { background-color: #18076B; }

 a { background-color: rgb(24,7,107); }

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

border-color css

<style>
 span { border-color: #18076B; }

 span { border-color: rgb(24,7,107); }

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