Html Css Color HEX #14253E Midnight

📋 copy color: '#14253E'

red 20 ◦ green 37 ◦ blue 62

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

Shades of Midnight #14253E

Tints of Midnight #14253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 62 (24.61% from 255) = 52.1%

R = 16.81%
G = 31.09%
B = 52.1%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14253E (or 0x14253E) is known color: Midnight. HEX triplet: 14, 25 and 3E. RGB value is (20,37,62). Sum of RGB (Red+Green+Blue) = 20+37+62=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #14253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14253E is #EBDAC1. Grayscale: #222222. Windows color (decimal): -15456962 or 4072724. OLE color: 4072724.

HSL color Cylindrical-coordinate representation of color #14253E: hue angle of 215.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14253E is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 37 62 -
CMYK 0.68 0.40 0 0.76
HSL 215.71º 0.51% 0.16% -
HSV(B) 215.71º 0.68% 0.24% -
XYZ 1.82 1.82 4.81 -
YUV 34.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 20 37 62 0.68 0.40 0 0.76 215.71 0.51 0.16
Hex 14 25 3E 44 28 0 4C D8 33 10
Octal 24 45 76 104 50 0 114 330 63 20
Binary 10100 100101 111110 1000100 101000 0 1001100 11011000 110011 10000

Color Harmonies of #14253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14253E

Black with #14253E

Text Example


Text Example

White with #14253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14253E; }

 p { color: rgb(20,37,62); }

 H1.HeaderClassName
 {
   color: #14253E;
 }
 .AnyTagClassName
 {
   color: #14253E;
 }
</style>

background-color css

<style>
 a { background-color: #14253E; }

 a { background-color: rgb(20,37,62); }

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

border-color css

<style>
 span { border-color: #14253E; }

 span { border-color: rgb(20,37,62); }

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