Html Css Color HEX #13274A Midnight

📋 copy color: '#13274A'

red 19 ◦ green 39 ◦ blue 74

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

Shades of Midnight #13274A

Tints of Midnight #13274A

RGB

 RED value IS 19 (7.81% from 255) = 14.39%

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 14.39%
G = 29.55%
B = 56.06%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13274A (or 0x13274A) is known color: Midnight. HEX triplet: 13, 27 and 4A. RGB value is (19,39,74). Sum of RGB (Red+Green+Blue) = 19+39+74=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #13274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13274A is #ECD8B5. Grayscale: #242424. Windows color (decimal): -15521974 or 4859667. OLE color: 4859667.

HSL color Cylindrical-coordinate representation of color #13274A: hue angle of 218.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13274A is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 39 74 -
CMYK 0.74 0.47 0 0.71
HSL 218.18º 0.59% 0.18% -
HSV(B) 218.18º 0.74% 0.29% -
XYZ 2.23 2.08 6.76 -
YUV 37.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 19 39 74 0.74 0.47 0 0.71 218.18 0.59 0.18
Hex 13 27 4A 4A 2F 0 47 DA 3B 12
Octal 23 47 112 112 57 0 107 332 73 22
Binary 10011 100111 1001010 1001010 101111 0 1000111 11011010 111011 10010

Color Harmonies of #13274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13274A

Black with #13274A

Text Example


Text Example

White with #13274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13274A; }

 p { color: rgb(19,39,74); }

 H1.HeaderClassName
 {
   color: #13274A;
 }
 .AnyTagClassName
 {
   color: #13274A;
 }
</style>

background-color css

<style>
 a { background-color: #13274A; }

 a { background-color: rgb(19,39,74); }

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

border-color css

<style>
 span { border-color: #13274A; }

 span { border-color: rgb(19,39,74); }

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