Html Css Color HEX #14253D Midnight

📋 copy color: '#14253D'

red 20 ◦ green 37 ◦ blue 61

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

Shades of Midnight #14253D

Tints of Midnight #14253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 16.95%
G = 31.36%
B = 51.69%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14253D (or 0x14253D) is known color: Midnight. HEX triplet: 14, 25 and 3D. RGB value is (20,37,61). Sum of RGB (Red+Green+Blue) = 20+37+61=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #14253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14253D is #EBDAC2. Grayscale: #222222. Windows color (decimal): -15456963 or 4007188. OLE color: 4007188.

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

Color convert

RGB 20 37 61 -
CMYK 0.67 0.39 0 0.76
HSL 215.12º 0.51% 0.16% -
HSV(B) 215.12º 0.67% 0.24% -
XYZ 1.79 1.81 4.67 -
YUV 34.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 20 37 61 0.67 0.39 0 0.76 215.12 0.51 0.16
Hex 14 25 3D 43 27 0 4C D7 33 10
Octal 24 45 75 103 47 0 114 327 63 20
Binary 10100 100101 111101 1000011 100111 0 1001100 11010111 110011 10000

Color Harmonies of #14253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14253D

Black with #14253D

Text Example


Text Example

White with #14253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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