Html Css Color HEX #141B5C Midnight Blue

📋 copy color: '#141B5C'

red 20 ◦ green 27 ◦ blue 92

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

Shades of Midnight Blue #141B5C

Tints of Midnight Blue #141B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 92 (36.33% from 255) = 66.19%

R = 14.39%
G = 19.42%
B = 66.19%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#141B5C (or 0x141B5C) is known color: Midnight Blue. HEX triplet: 14, 1B and 5C. RGB value is (20,27,92). Sum of RGB (Red+Green+Blue) = 20+27+92=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #141B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B5C is #EBE4A3. Grayscale: #202020. Windows color (decimal): -15459492 or 6036244. OLE color: 6036244.

HSL color Cylindrical-coordinate representation of color #141B5C: hue angle of 234.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141B5C is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 27 92 -
CMYK 0.78 0.71 0 0.64
HSL 234.17º 0.64% 0.22% -
HSV(B) 234.17º 0.78% 0.36% -
XYZ 2.61 1.71 10.32 -
YUV 32.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 20 27 92 0.78 0.71 0 0.64 234.17 0.64 0.22
Hex 14 1B 5C 4E 47 0 40 EA 40 16
Octal 24 33 134 116 107 0 100 352 100 26
Binary 10100 11011 1011100 1001110 1000111 0 1000000 11101010 1000000 10110

Color Harmonies of #141B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B5C

Black with #141B5C

Text Example


Text Example

White with #141B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141B5C; }

 p { color: rgb(20,27,92); }

 H1.HeaderClassName
 {
   color: #141B5C;
 }
 .AnyTagClassName
 {
   color: #141B5C;
 }
</style>

background-color css

<style>
 a { background-color: #141B5C; }

 a { background-color: rgb(20,27,92); }

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

border-color css

<style>
 span { border-color: #141B5C; }

 span { border-color: rgb(20,27,92); }

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