Html Css Color HEX #18065B Midnight Blue

📋 copy color: '#18065B'

red 24 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #18065B

Tints of Midnight Blue #18065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

 BLUE value IS 91 (35.94% from 255) = 75.21%

R = 19.83%
G = 4.96%
B = 75.21%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18065B (or 0x18065B) is known color: Midnight Blue. HEX triplet: 18, 06 and 5B. RGB value is (24,6,91). Sum of RGB (Red+Green+Blue) = 24+6+91=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #18065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18065B is #E7F9A4. Grayscale: #141414. Windows color (decimal): -15202725 or 5965336. OLE color: 5965336.

HSL color Cylindrical-coordinate representation of color #18065B: hue angle of 252.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18065B is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 6 91 -
CMYK 0.74 0.93 0 0.64
HSL 252.71º 0.88% 0.19% -
HSV(B) 252.71º 0.93% 0.36% -
XYZ 2.33 1.08 9.98 -
YUV 21.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 24 6 91 0.74 0.93 0 0.64 252.71 0.88 0.19
Hex 18 6 5B 4A 5D 0 40 FD 58 13
Octal 30 6 133 112 135 0 100 375 130 23
Binary 11000 110 1011011 1001010 1011101 0 1000000 11111101 1011000 10011

Color Harmonies of #18065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18065B

Black with #18065B

Text Example


Text Example

White with #18065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,6,91); }

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

background-color css

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

 a { background-color: rgb(24,6,91); }

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

border-color css

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

 span { border-color: rgb(24,6,91); }

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