Html Css Color HEX #133253 Regal Blue

📋 copy color: '#133253'

red 19 ◦ green 50 ◦ blue 83

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

Shades of Regal Blue #133253

Tints of Regal Blue #133253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 12.5%
G = 32.89%
B = 54.61%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133253 (or 0x133253) is known color: Regal Blue. HEX triplet: 13, 32 and 53. RGB value is (19,50,83). Sum of RGB (Red+Green+Blue) = 19+50+83=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #133253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133253 is #ECCDAC. Grayscale: #2C2C2C. Windows color (decimal): -15519149 or 5452307. OLE color: 5452307.

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

Color convert

RGB 19 50 83 -
CMYK 0.77 0.40 0 0.67
HSL 210.94º 0.63% 0.2% -
HSV(B) 210.94º 0.77% 0.33% -
XYZ 2.97 3.04 8.61 -
YUV 44.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 19 50 83 0.77 0.40 0 0.67 210.94 0.63 0.2
Hex 13 32 53 4D 28 0 43 D3 3F 14
Octal 23 62 123 115 50 0 103 323 77 24
Binary 10011 110010 1010011 1001101 101000 0 1000011 11010011 111111 10100

Color Harmonies of #133253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133253

Black with #133253

Text Example


Text Example

White with #133253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133253; }

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

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

background-color css

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

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

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

border-color css

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

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

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