Html Css Color HEX #14253F Midnight

📋 copy color: '#14253F'

red 20 ◦ green 37 ◦ blue 63

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

Shades of Midnight #14253F

Tints of Midnight #14253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 16.67%
G = 30.83%
B = 52.5%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14253F (or 0x14253F) is known color: Midnight. HEX triplet: 14, 25 and 3F. RGB value is (20,37,63). Sum of RGB (Red+Green+Blue) = 20+37+63=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #14253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14253F is #EBDAC0. Grayscale: #222222. Windows color (decimal): -15456961 or 4138260. OLE color: 4138260.

HSL color Cylindrical-coordinate representation of color #14253F: hue angle of 216.28º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14253F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 37 63 -
CMYK 0.68 0.41 0 0.75
HSL 216.28º 0.52% 0.16% -
HSV(B) 216.28º 0.68% 0.25% -
XYZ 1.85 1.83 4.96 -
YUV 34.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 20 37 63 0.68 0.41 0 0.75 216.28 0.52 0.16
Hex 14 25 3F 44 29 0 4B D8 34 10
Octal 24 45 77 104 51 0 113 330 64 20
Binary 10100 100101 111111 1000100 101001 0 1001011 11011000 110100 10000

Color Harmonies of #14253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14253F

Black with #14253F

Text Example


Text Example

White with #14253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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