Html Css Color HEX #13385E Regal Blue

📋 copy color: '#13385E'

red 19 ◦ green 56 ◦ blue 94

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

Shades of Regal Blue #13385E

Tints of Regal Blue #13385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

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

R = 11.24%
G = 33.14%
B = 55.62%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13385E (or 0x13385E) is known color: Regal Blue. HEX triplet: 13, 38 and 5E. RGB value is (19,56,94). Sum of RGB (Red+Green+Blue) = 19+56+94=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #13385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385E is #ECC7A1. Grayscale: #313131. Windows color (decimal): -15517602 or 6174739. OLE color: 6174739.

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

Color convert

RGB 19 56 94 -
CMYK 0.80 0.40 0 0.63
HSL 210.4º 0.66% 0.22% -
HSV(B) 210.4º 0.8% 0.37% -
XYZ 3.7 3.77 11.12 -
YUV 49.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 19 56 94 0.80 0.40 0 0.63 210.4 0.66 0.22
Hex 13 38 5E 50 28 0 3F D2 42 16
Octal 23 70 136 120 50 0 77 322 102 26
Binary 10011 111000 1011110 1010000 101000 0 111111 11010010 1000010 10110

Color Harmonies of #13385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13385E

Black with #13385E

Text Example


Text Example

White with #13385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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