Html Css Color HEX #13415F Regal Blue

📋 copy color: '#13415F'

red 19 ◦ green 65 ◦ blue 95

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

Shades of Regal Blue #13415F

Tints of Regal Blue #13415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 10.61%
G = 36.31%
B = 53.07%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13415F (or 0x13415F) is known color: Regal Blue. HEX triplet: 13, 41 and 5F. RGB value is (19,65,95). Sum of RGB (Red+Green+Blue) = 19+65+95=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #13415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415F is #ECBEA0. Grayscale: #363636. Windows color (decimal): -15515297 or 6242579. OLE color: 6242579.

HSL color Cylindrical-coordinate representation of color #13415F: hue angle of 203.68º 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 #13415F is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 65 95 -
CMYK 0.80 0.32 0 0.63
HSL 203.68º 0.67% 0.22% -
HSV(B) 203.68º 0.8% 0.37% -
XYZ 4.22 4.75 11.52 -
YUV 54.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 19 65 95 0.80 0.32 0 0.63 203.68 0.67 0.22
Hex 13 41 5F 50 20 0 3F CC 43 16
Octal 23 101 137 120 40 0 77 314 103 26
Binary 10011 1000001 1011111 1010000 100000 0 111111 11001100 1000011 10110

Color Harmonies of #13415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13415F

Black with #13415F

Text Example


Text Example

White with #13415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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