Html Css Color HEX #13335B Regal Blue

📋 copy color: '#13335B'

red 19 ◦ green 51 ◦ blue 91

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

Shades of Regal Blue #13335B

Tints of Regal Blue #13335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 11.8%
G = 31.68%
B = 56.52%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13335B (or 0x13335B) is known color: Regal Blue. HEX triplet: 13, 33 and 5B. RGB value is (19,51,91). Sum of RGB (Red+Green+Blue) = 19+51+91=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #13335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335B is #ECCCA4. Grayscale: #2D2D2D. Windows color (decimal): -15518885 or 5976851. OLE color: 5976851.

HSL color Cylindrical-coordinate representation of color #13335B: hue angle of 213.33º 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 #13335B is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 51 91 -
CMYK 0.79 0.44 0 0.64
HSL 213.33º 0.65% 0.22% -
HSV(B) 213.33º 0.79% 0.36% -
XYZ 3.34 3.26 10.35 -
YUV 45.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 19 51 91 0.79 0.44 0 0.64 213.33 0.65 0.22
Hex 13 33 5B 4F 2C 0 40 D5 41 16
Octal 23 63 133 117 54 0 100 325 101 26
Binary 10011 110011 1011011 1001111 101100 0 1000000 11010101 1000001 10110

Color Harmonies of #13335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13335B

Black with #13335B

Text Example


Text Example

White with #13335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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