Html Css Color HEX #13355E Regal Blue

📋 copy color: '#13355E'

red 19 ◦ green 53 ◦ blue 94

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

Shades of Regal Blue #13355E

Tints of Regal Blue #13355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.63%

R = 11.45%
G = 31.93%
B = 56.63%

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

#13355E (or 0x13355E) is known color: Regal Blue. HEX triplet: 13, 35 and 5E. RGB value is (19,53,94). Sum of RGB (Red+Green+Blue) = 19+53+94=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #13355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355E is #ECCAA1. Grayscale: #2F2F2F. Windows color (decimal): -15518370 or 6173971. OLE color: 6173971.

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

Color convert

RGB 19 53 94 -
CMYK 0.80 0.44 0 0.63
HSL 212.8º 0.66% 0.22% -
HSV(B) 212.8º 0.8% 0.37% -
XYZ 3.56 3.49 11.08 -
YUV 47.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 19 53 94 0.80 0.44 0 0.63 212.8 0.66 0.22
Hex 13 35 5E 50 2C 0 3F D5 42 16
Octal 23 65 136 120 54 0 77 325 102 26
Binary 10011 110101 1011110 1010000 101100 0 111111 11010101 1000010 10110

Color Harmonies of #13355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13355E

Black with #13355E

Text Example


Text Example

White with #13355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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