Html Css Color HEX #13237A Midnight Blue

📋 copy color: '#13237A'

red 19 ◦ green 35 ◦ blue 122

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

Shades of Midnight Blue #13237A

Tints of Midnight Blue #13237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

 BLUE value IS 122 (48.05% from 255) = 69.32%

R = 10.8%
G = 19.89%
B = 69.32%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13237A (or 0x13237A) is known color: Midnight Blue. HEX triplet: 13, 23 and 7A. RGB value is (19,35,122). Sum of RGB (Red+Green+Blue) = 19+35+122=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #13237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13237A is #ECDC85. Grayscale: #272727. Windows color (decimal): -15522950 or 8004371. OLE color: 8004371.

HSL color Cylindrical-coordinate representation of color #13237A: hue angle of 230.68º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13237A is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 35 122 -
CMYK 0.84 0.71 0 0.52
HSL 230.68º 0.73% 0.28% -
HSV(B) 230.68º 0.84% 0.48% -
XYZ 4.38 2.75 18.71 -
YUV 40.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 19 35 122 0.84 0.71 0 0.52 230.68 0.73 0.28
Hex 13 23 7A 54 47 0 34 E7 49 1C
Octal 23 43 172 124 107 0 64 347 111 34
Binary 10011 100011 1111010 1010100 1000111 0 110100 11100111 1001001 11100

Color Harmonies of #13237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13237A

Black with #13237A

Text Example


Text Example

White with #13237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,35,122); }

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

background-color css

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

 a { background-color: rgb(19,35,122); }

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

border-color css

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

 span { border-color: rgb(19,35,122); }

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