Html Css Color HEX #14026B Midnight Blue

📋 copy color: '#14026B'

red 20 ◦ green 2 ◦ blue 107

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

Shades of Midnight Blue #14026B

Tints of Midnight Blue #14026B

RGB

 RED value IS 20 (8.2% from 255) = 15.5%

 GREEN value IS 2 (1.17% from 255) = 1.55%

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

R = 15.5%
G = 1.55%
B = 82.95%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14026B (or 0x14026B) is known color: Midnight Blue. HEX triplet: 14, 02 and 6B. RGB value is (20,2,107). Sum of RGB (Red+Green+Blue) = 20+2+107=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #14026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14026B is #EBFD94. Grayscale: #121212. Windows color (decimal): -15465877 or 7012884. OLE color: 7012884.

HSL color Cylindrical-coordinate representation of color #14026B: hue angle of 250.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14026B is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 2 107 -
CMYK 0.81 0.98 0 0.58
HSL 250.29º 0.96% 0.21% -
HSV(B) 250.29º 0.98% 0.42% -
XYZ 2.96 1.25 14 -
YUV 19.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 20 2 107 0.81 0.98 0 0.58 250.29 0.96 0.21
Hex 14 2 6B 51 62 0 3A FA 60 15
Octal 24 2 153 121 142 0 72 372 140 25
Binary 10100 10 1101011 1010001 1100010 0 111010 11111010 1100000 10101

Color Harmonies of #14026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14026B

Black with #14026B

Text Example


Text Example

White with #14026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,2,107); }

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

background-color css

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

 a { background-color: rgb(20,2,107); }

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

border-color css

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

 span { border-color: rgb(20,2,107); }

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