Html Css Color HEX #13405F Regal Blue

📋 copy color: '#13405F'

red 19 ◦ green 64 ◦ blue 95

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

Shades of Regal Blue #13405F

Tints of Regal Blue #13405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 10.67%
G = 35.96%
B = 53.37%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13405F (or 0x13405F) is known color: Regal Blue. HEX triplet: 13, 40 and 5F. RGB value is (19,64,95). Sum of RGB (Red+Green+Blue) = 19+64+95=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #13405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405F is #ECBFA0. Grayscale: #353535. Windows color (decimal): -15515553 or 6242323. OLE color: 6242323.

HSL color Cylindrical-coordinate representation of color #13405F: hue angle of 204.47º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13405F is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 64 95 -
CMYK 0.80 0.33 0 0.63
HSL 204.47º 0.67% 0.22% -
HSV(B) 204.47º 0.8% 0.37% -
XYZ 4.17 4.63 11.5 -
YUV 54.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 19 64 95 0.80 0.33 0 0.63 204.47 0.67 0.22
Hex 13 40 5F 50 21 0 3F CC 43 16
Octal 23 100 137 120 41 0 77 314 103 26
Binary 10011 1000000 1011111 1010000 100001 0 111111 11001100 1000011 10110

Color Harmonies of #13405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13405F

Black with #13405F

Text Example


Text Example

White with #13405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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