Html Css Color HEX #13355F Regal Blue

📋 copy color: '#13355F'

red 19 ◦ green 53 ◦ blue 95

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

Shades of Regal Blue #13355F

Tints of Regal Blue #13355F

RGB

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

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

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

R = 11.38%
G = 31.74%
B = 56.89%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13355F (or 0x13355F) is known color: Regal Blue. HEX triplet: 13, 35 and 5F. RGB value is (19,53,95). Sum of RGB (Red+Green+Blue) = 19+53+95=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #13355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355F is #ECCAA0. Grayscale: #2F2F2F. Windows color (decimal): -15518369 or 6239507. OLE color: 6239507.

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

Color convert

RGB 19 53 95 -
CMYK 0.80 0.44 0 0.63
HSL 213.16º 0.67% 0.22% -
HSV(B) 213.16º 0.8% 0.37% -
XYZ 3.61 3.51 11.31 -
YUV 47.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 19 53 95 0.80 0.44 0 0.63 213.16 0.67 0.22
Hex 13 35 5F 50 2C 0 3F D5 43 16
Octal 23 65 137 120 54 0 77 325 103 26
Binary 10011 110101 1011111 1010000 101100 0 111111 11010101 1000011 10110

Color Harmonies of #13355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13355F

Black with #13355F

Text Example


Text Example

White with #13355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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