Html Css Color HEX #133760 Regal Blue

📋 copy color: '#133760'

red 19 ◦ green 55 ◦ blue 96

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

Shades of Regal Blue #133760

Tints of Regal Blue #133760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 11.18%
G = 32.35%
B = 56.47%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133760 (or 0x133760) is known color: Regal Blue. HEX triplet: 13, 37 and 60. RGB value is (19,55,96). Sum of RGB (Red+Green+Blue) = 19+55+96=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #133760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133760 is #ECC89F. Grayscale: #303030. Windows color (decimal): -15517856 or 6305555. OLE color: 6305555.

HSL color Cylindrical-coordinate representation of color #133760: hue angle of 211.95º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133760 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 55 96 -
CMYK 0.80 0.43 0 0.62
HSL 211.95º 0.67% 0.23% -
HSV(B) 211.95º 0.8% 0.38% -
XYZ 3.75 3.72 11.59 -
YUV 48.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 19 55 96 0.80 0.43 0 0.62 211.95 0.67 0.23
Hex 13 37 60 50 2B 0 3E D4 43 17
Octal 23 67 140 120 53 0 76 324 103 27
Binary 10011 110111 1100000 1010000 101011 0 111110 11010100 1000011 10111

Color Harmonies of #133760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133760

Black with #133760

Text Example


Text Example

White with #133760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133760; }

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

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

background-color css

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

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

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

border-color css

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

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

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