Html Css Color HEX #133750 Regal Blue

📋 copy color: '#133750'

red 19 ◦ green 55 ◦ blue 80

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

Shades of Regal Blue #133750

Tints of Regal Blue #133750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 12.34%
G = 35.71%
B = 51.95%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133750 (or 0x133750) is known color: Regal Blue. HEX triplet: 13, 37 and 50. RGB value is (19,55,80). Sum of RGB (Red+Green+Blue) = 19+55+80=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #133750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133750 is #ECC8AF. Grayscale: #2E2E2E. Windows color (decimal): -15517872 or 5256979. OLE color: 5256979.

HSL color Cylindrical-coordinate representation of color #133750: hue angle of 204.59º 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 #133750 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 55 80 -
CMYK 0.76 0.31 0 0.69
HSL 204.59º 0.62% 0.19% -
HSV(B) 204.59º 0.76% 0.31% -
XYZ 3.08 3.45 8.09 -
YUV 47.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 19 55 80 0.76 0.31 0 0.69 204.59 0.62 0.19
Hex 13 37 50 4C 1F 0 45 CD 3E 13
Octal 23 67 120 114 37 0 105 315 76 23
Binary 10011 110111 1010000 1001100 11111 0 1000101 11001101 111110 10011

Color Harmonies of #133750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133750

Black with #133750

Text Example


Text Example

White with #133750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133750; }

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

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

background-color css

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

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

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

border-color css

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

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

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