Html Css Color HEX #13405D Regal Blue

📋 copy color: '#13405D'

red 19 ◦ green 64 ◦ blue 93

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

Shades of Regal Blue #13405D

Tints of Regal Blue #13405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 10.8%
G = 36.36%
B = 52.84%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13405D (or 0x13405D) is known color: Regal Blue. HEX triplet: 13, 40 and 5D. RGB value is (19,64,93). Sum of RGB (Red+Green+Blue) = 19+64+93=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #13405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405D is #ECBFA2. Grayscale: #353535. Windows color (decimal): -15515555 or 6111251. OLE color: 6111251.

HSL color Cylindrical-coordinate representation of color #13405D: hue angle of 203.51º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13405D is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 64 93 -
CMYK 0.80 0.31 0 0.64
HSL 203.51º 0.66% 0.22% -
HSV(B) 203.51º 0.8% 0.36% -
XYZ 4.08 4.6 11.03 -
YUV 53.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 19 64 93 0.80 0.31 0 0.64 203.51 0.66 0.22
Hex 13 40 5D 50 1F 0 40 CC 42 16
Octal 23 100 135 120 37 0 100 314 102 26
Binary 10011 1000000 1011101 1010000 11111 0 1000000 11001100 1000010 10110

Color Harmonies of #13405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13405D

Black with #13405D

Text Example


Text Example

White with #13405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,64,93); }

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

background-color css

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

 a { background-color: rgb(19,64,93); }

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

border-color css

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

 span { border-color: rgb(19,64,93); }

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