Html Css Color HEX #13355A Regal Blue

📋 copy color: '#13355A'

red 19 ◦ green 53 ◦ blue 90

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

Shades of Regal Blue #13355A

Tints of Regal Blue #13355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.72%

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

R = 11.73%
G = 32.72%
B = 55.56%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13355A (or 0x13355A) is known color: Regal Blue. HEX triplet: 13, 35 and 5A. RGB value is (19,53,90). Sum of RGB (Red+Green+Blue) = 19+53+90=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #13355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355A is #ECCAA5. Grayscale: #2E2E2E. Windows color (decimal): -15518374 or 5911827. OLE color: 5911827.

HSL color Cylindrical-coordinate representation of color #13355A: hue angle of 211.27º 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 #13355A is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 53 90 -
CMYK 0.79 0.41 0 0.65
HSL 211.27º 0.65% 0.21% -
HSV(B) 211.27º 0.79% 0.35% -
XYZ 3.39 3.42 10.16 -
YUV 47.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 19 53 90 0.79 0.41 0 0.65 211.27 0.65 0.21
Hex 13 35 5A 4F 29 0 41 D3 41 15
Octal 23 65 132 117 51 0 101 323 101 25
Binary 10011 110101 1011010 1001111 101001 0 1000001 11010011 1000001 10101

Color Harmonies of #13355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13355A

Black with #13355A

Text Example


Text Example

White with #13355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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