Html Css Color HEX #133850 Regal Blue

📋 copy color: '#133850'

red 19 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #133850

Tints of Regal Blue #133850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 12.26%
G = 36.13%
B = 51.61%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133850 (or 0x133850) is known color: Regal Blue. HEX triplet: 13, 38 and 50. RGB value is (19,56,80). Sum of RGB (Red+Green+Blue) = 19+56+80=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #133850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133850 is #ECC7AF. Grayscale: #2F2F2F. Windows color (decimal): -15517616 or 5257235. OLE color: 5257235.

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

Color convert

RGB 19 56 80 -
CMYK 0.76 0.30 0 0.69
HSL 203.61º 0.62% 0.19% -
HSV(B) 203.61º 0.76% 0.31% -
XYZ 3.13 3.55 8.11 -
YUV 47.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 19 56 80 0.76 0.30 0 0.69 203.61 0.62 0.19
Hex 13 38 50 4C 1E 0 45 CC 3E 13
Octal 23 70 120 114 36 0 105 314 76 23
Binary 10011 111000 1010000 1001100 11110 0 1000101 11001100 111110 10011

Color Harmonies of #133850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133850

Black with #133850

Text Example


Text Example

White with #133850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133850; }

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

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

background-color css

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

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

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

border-color css

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

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

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