Html Css Color HEX #133B5B Regal Blue

📋 copy color: '#133B5B'

red 19 ◦ green 59 ◦ blue 91

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

Shades of Regal Blue #133B5B

Tints of Regal Blue #133B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.91%

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

R = 11.24%
G = 34.91%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#133B5B (or 0x133B5B) is known color: Regal Blue. HEX triplet: 13, 3B and 5B. RGB value is (19,59,91). Sum of RGB (Red+Green+Blue) = 19+59+91=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #133B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B5B is #ECC4A4. Grayscale: #323232. Windows color (decimal): -15516837 or 5978899. OLE color: 5978899.

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

Color convert

RGB 19 59 91 -
CMYK 0.79 0.35 0 0.64
HSL 206.67º 0.65% 0.22% -
HSV(B) 206.67º 0.79% 0.36% -
XYZ 3.72 4.02 10.48 -
YUV 50.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 19 59 91 0.79 0.35 0 0.64 206.67 0.65 0.22
Hex 13 3B 5B 4F 23 0 40 CF 41 16
Octal 23 73 133 117 43 0 100 317 101 26
Binary 10011 111011 1011011 1001111 100011 0 1000000 11001111 1000001 10110

Color Harmonies of #133B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B5B

Black with #133B5B

Text Example


Text Example

White with #133B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B5B; }

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

 H1.HeaderClassName
 {
   color: #133B5B;
 }
 .AnyTagClassName
 {
   color: #133B5B;
 }
</style>

background-color css

<style>
 a { background-color: #133B5B; }

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

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

border-color css

<style>
 span { border-color: #133B5B; }

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

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