Html Css Color HEX #13277D Midnight Blue

📋 copy color: '#13277D'

red 19 ◦ green 39 ◦ blue 125

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

Shades of Midnight Blue #13277D

Tints of Midnight Blue #13277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 10.38%
G = 21.31%
B = 68.31%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13277D (or 0x13277D) is known color: Midnight Blue. HEX triplet: 13, 27 and 7D. RGB value is (19,39,125). Sum of RGB (Red+Green+Blue) = 19+39+125=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #13277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13277D is #ECD882. Grayscale: #2A2A2A. Windows color (decimal): -15521923 or 8202003. OLE color: 8202003.

HSL color Cylindrical-coordinate representation of color #13277D: hue angle of 228.68º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13277D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 39 125 -
CMYK 0.85 0.69 0 0.51
HSL 228.68º 0.74% 0.28% -
HSV(B) 228.68º 0.85% 0.49% -
XYZ 4.7 3.07 19.75 -
YUV 42.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 19 39 125 0.85 0.69 0 0.51 228.68 0.74 0.28
Hex 13 27 7D 55 45 0 33 E5 4A 1C
Octal 23 47 175 125 105 0 63 345 112 34
Binary 10011 100111 1111101 1010101 1000101 0 110011 11100101 1001010 11100

Color Harmonies of #13277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13277D

Black with #13277D

Text Example


Text Example

White with #13277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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