Html Css Color HEX #13405C Regal Blue

📋 copy color: '#13405C'

red 19 ◦ green 64 ◦ blue 92

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

Shades of Regal Blue #13405C

Tints of Regal Blue #13405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 10.86%
G = 36.57%
B = 52.57%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13405C (or 0x13405C) is known color: Regal Blue. HEX triplet: 13, 40 and 5C. RGB value is (19,64,92). Sum of RGB (Red+Green+Blue) = 19+64+92=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #13405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13405C is #ECBFA3. Grayscale: #353535. Windows color (decimal): -15515556 or 6045715. OLE color: 6045715.

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

Color convert

RGB 19 64 92 -
CMYK 0.79 0.30 0 0.64
HSL 203.01º 0.66% 0.22% -
HSV(B) 203.01º 0.79% 0.36% -
XYZ 4.03 4.58 10.8 -
YUV 53.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 19 64 92 0.79 0.30 0 0.64 203.01 0.66 0.22
Hex 13 40 5C 4F 1E 0 40 CB 42 16
Octal 23 100 134 117 36 0 100 313 102 26
Binary 10011 1000000 1011100 1001111 11110 0 1000000 11001011 1000010 10110

Color Harmonies of #13405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13405C

Black with #13405C

Text Example


Text Example

White with #13405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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