Html Css Color HEX #133953 Regal Blue

📋 copy color: '#133953'

red 19 ◦ green 57 ◦ blue 83

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

Shades of Regal Blue #133953

Tints of Regal Blue #133953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 11.95%
G = 35.85%
B = 52.2%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133953 (or 0x133953) is known color: Regal Blue. HEX triplet: 13, 39 and 53. RGB value is (19,57,83). Sum of RGB (Red+Green+Blue) = 19+57+83=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #133953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133953 is #ECC6AC. Grayscale: #303030. Windows color (decimal): -15517357 or 5454099. OLE color: 5454099.

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

Color convert

RGB 19 57 83 -
CMYK 0.77 0.31 0 0.67
HSL 204.38º 0.63% 0.2% -
HSV(B) 204.38º 0.77% 0.33% -
XYZ 3.29 3.69 8.72 -
YUV 48.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 19 57 83 0.77 0.31 0 0.67 204.38 0.63 0.2
Hex 13 39 53 4D 1F 0 43 CC 3F 14
Octal 23 71 123 115 37 0 103 314 77 24
Binary 10011 111001 1010011 1001101 11111 0 1000011 11001100 111111 10100

Color Harmonies of #133953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133953

Black with #133953

Text Example


Text Example

White with #133953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133953; }

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

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

background-color css

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

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

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

border-color css

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

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

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