Html Css Color HEX #13395A Regal Blue

📋 copy color: '#13395A'

red 19 ◦ green 57 ◦ blue 90

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

Shades of Regal Blue #13395A

Tints of Regal Blue #13395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 11.45%
G = 34.34%
B = 54.22%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13395A (or 0x13395A) is known color: Regal Blue. HEX triplet: 13, 39 and 5A. RGB value is (19,57,90). Sum of RGB (Red+Green+Blue) = 19+57+90=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #13395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13395A is #ECC6A5. Grayscale: #313131. Windows color (decimal): -15517350 or 5912851. OLE color: 5912851.

HSL color Cylindrical-coordinate representation of color #13395A: hue angle of 207.89º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13395A is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 57 90 -
CMYK 0.79 0.37 0 0.65
HSL 207.89º 0.65% 0.21% -
HSV(B) 207.89º 0.79% 0.35% -
XYZ 3.58 3.8 10.22 -
YUV 49.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 19 57 90 0.79 0.37 0 0.65 207.89 0.65 0.21
Hex 13 39 5A 4F 25 0 41 D0 41 15
Octal 23 71 132 117 45 0 101 320 101 25
Binary 10011 111001 1011010 1001111 100101 0 1000001 11010000 1000001 10101

Color Harmonies of #13395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13395A

Black with #13395A

Text Example


Text Example

White with #13395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13395A; }

 p { color: rgb(19,57,90); }

 H1.HeaderClassName
 {
   color: #13395A;
 }
 .AnyTagClassName
 {
   color: #13395A;
 }
</style>

background-color css

<style>
 a { background-color: #13395A; }

 a { background-color: rgb(19,57,90); }

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

border-color css

<style>
 span { border-color: #13395A; }

 span { border-color: rgb(19,57,90); }

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