Html Css Color HEX #133853 Regal Blue

📋 copy color: '#133853'

red 19 ◦ green 56 ◦ blue 83

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

Shades of Regal Blue #133853

Tints of Regal Blue #133853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 12.03%
G = 35.44%
B = 52.53%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133853 (or 0x133853) is known color: Regal Blue. HEX triplet: 13, 38 and 53. RGB value is (19,56,83). Sum of RGB (Red+Green+Blue) = 19+56+83=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #133853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133853 is #ECC7AC. Grayscale: #2F2F2F. Windows color (decimal): -15517613 or 5453843. OLE color: 5453843.

HSL color Cylindrical-coordinate representation of color #133853: hue angle of 205.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133853 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 56 83 -
CMYK 0.77 0.33 0 0.67
HSL 205.31º 0.63% 0.2% -
HSV(B) 205.31º 0.77% 0.33% -
XYZ 3.24 3.59 8.71 -
YUV 48.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 19 56 83 0.77 0.33 0 0.67 205.31 0.63 0.2
Hex 13 38 53 4D 21 0 43 CD 3F 14
Octal 23 70 123 115 41 0 103 315 77 24
Binary 10011 111000 1010011 1001101 100001 0 1000011 11001101 111111 10100

Color Harmonies of #133853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133853

Black with #133853

Text Example


Text Example

White with #133853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133853; }

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

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

background-color css

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

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

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

border-color css

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

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

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