Html Css Color HEX #13385B Regal Blue

📋 copy color: '#13385B'

red 19 ◦ green 56 ◦ blue 91

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

Shades of Regal Blue #13385B

Tints of Regal Blue #13385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 11.45%
G = 33.73%
B = 54.82%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13385B (or 0x13385B) is known color: Regal Blue. HEX triplet: 13, 38 and 5B. RGB value is (19,56,91). Sum of RGB (Red+Green+Blue) = 19+56+91=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #13385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385B is #ECC7A4. Grayscale: #303030. Windows color (decimal): -15517605 or 5978131. OLE color: 5978131.

HSL color Cylindrical-coordinate representation of color #13385B: hue angle of 209.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13385B is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 56 91 -
CMYK 0.79 0.38 0 0.64
HSL 209.17º 0.65% 0.22% -
HSV(B) 209.17º 0.79% 0.36% -
XYZ 3.57 3.72 10.43 -
YUV 48.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 19 56 91 0.79 0.38 0 0.64 209.17 0.65 0.22
Hex 13 38 5B 4F 26 0 40 D1 41 16
Octal 23 70 133 117 46 0 100 321 101 26
Binary 10011 111000 1011011 1001111 100110 0 1000000 11010001 1000001 10110

Color Harmonies of #13385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13385B

Black with #13385B

Text Example


Text Example

White with #13385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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