Html Css Color HEX #13267B Midnight Blue

📋 copy color: '#13267B'

red 19 ◦ green 38 ◦ blue 123

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

Shades of Midnight Blue #13267B

Tints of Midnight Blue #13267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

 BLUE value IS 123 (48.44% from 255) = 68.33%

R = 10.56%
G = 21.11%
B = 68.33%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13267B (or 0x13267B) is known color: Midnight Blue. HEX triplet: 13, 26 and 7B. RGB value is (19,38,123). Sum of RGB (Red+Green+Blue) = 19+38+123=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #13267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13267B is #ECD984. Grayscale: #292929. Windows color (decimal): -15522181 or 8070675. OLE color: 8070675.

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

Color convert

RGB 19 38 123 -
CMYK 0.85 0.69 0 0.52
HSL 229.04º 0.73% 0.28% -
HSV(B) 229.04º 0.85% 0.48% -
XYZ 4.54 2.95 19.07 -
YUV 42.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 19 38 123 0.85 0.69 0 0.52 229.04 0.73 0.28
Hex 13 26 7B 55 45 0 34 E5 49 1C
Octal 23 46 173 125 105 0 64 345 111 34
Binary 10011 100110 1111011 1010101 1000101 0 110100 11100101 1001001 11100

Color Harmonies of #13267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13267B

Black with #13267B

Text Example


Text Example

White with #13267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13267B; }

 p { color: rgb(19,38,123); }

 H1.HeaderClassName
 {
   color: #13267B;
 }
 .AnyTagClassName
 {
   color: #13267B;
 }
</style>

background-color css

<style>
 a { background-color: #13267B; }

 a { background-color: rgb(19,38,123); }

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

border-color css

<style>
 span { border-color: #13267B; }

 span { border-color: rgb(19,38,123); }

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