Html Css Color HEX #133650 Regal Blue

📋 copy color: '#133650'

red 19 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #133650

Tints of Regal Blue #133650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 12.42%
G = 35.29%
B = 52.29%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133650 (or 0x133650) is known color: Regal Blue. HEX triplet: 13, 36 and 50. RGB value is (19,54,80). Sum of RGB (Red+Green+Blue) = 19+54+80=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #133650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133650 is #ECC9AF. Grayscale: #2E2E2E. Windows color (decimal): -15518128 or 5256723. OLE color: 5256723.

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

Color convert

RGB 19 54 80 -
CMYK 0.76 0.33 0 0.69
HSL 205.57º 0.62% 0.19% -
HSV(B) 205.57º 0.76% 0.31% -
XYZ 3.04 3.36 8.08 -
YUV 46.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 19 54 80 0.76 0.33 0 0.69 205.57 0.62 0.19
Hex 13 36 50 4C 21 0 45 CE 3E 13
Octal 23 66 120 114 41 0 105 316 76 23
Binary 10011 110110 1010000 1001100 100001 0 1000101 11001110 111110 10011

Color Harmonies of #133650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133650

Black with #133650

Text Example


Text Example

White with #133650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133650; }

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

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

background-color css

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

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

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

border-color css

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

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

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