Html Css Color HEX #133950 Regal Blue

📋 copy color: '#133950'

red 19 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #133950

Tints of Regal Blue #133950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 12.18%
G = 36.54%
B = 51.28%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133950 (or 0x133950) is known color: Regal Blue. HEX triplet: 13, 39 and 50. RGB value is (19,57,80). Sum of RGB (Red+Green+Blue) = 19+57+80=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #133950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133950 is #ECC6AF. Grayscale: #303030. Windows color (decimal): -15517360 or 5257491. OLE color: 5257491.

HSL color Cylindrical-coordinate representation of color #133950: hue angle of 202.62º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133950 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 57 80 -
CMYK 0.76 0.29 0 0.69
HSL 202.62º 0.62% 0.19% -
HSV(B) 202.62º 0.76% 0.31% -
XYZ 3.18 3.64 8.13 -
YUV 48.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 19 57 80 0.76 0.29 0 0.69 202.62 0.62 0.19
Hex 13 39 50 4C 1D 0 45 CB 3E 13
Octal 23 71 120 114 35 0 105 313 76 23
Binary 10011 111001 1010000 1001100 11101 0 1000101 11001011 111110 10011

Color Harmonies of #133950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133950

Black with #133950

Text Example


Text Example

White with #133950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133950; }

 p { color: rgb(19,57,80); }

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

background-color css

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

 a { background-color: rgb(19,57,80); }

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

border-color css

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

 span { border-color: rgb(19,57,80); }

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