Html Css Color HEX #133353 Regal Blue

📋 copy color: '#133353'

red 19 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #133353

Tints of Regal Blue #133353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 12.42%
G = 33.33%
B = 54.25%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133353 (or 0x133353) is known color: Regal Blue. HEX triplet: 13, 33 and 53. RGB value is (19,51,83). Sum of RGB (Red+Green+Blue) = 19+51+83=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #133353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133353 is #ECCCAC. Grayscale: #2C2C2C. Windows color (decimal): -15518893 or 5452563. OLE color: 5452563.

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

Color convert

RGB 19 51 83 -
CMYK 0.77 0.39 0 0.67
HSL 210º 0.63% 0.2% -
HSV(B) 210º 0.77% 0.33% -
XYZ 3.01 3.13 8.63 -
YUV 45.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 19 51 83 0.77 0.39 0 0.67 210 0.63 0.2
Hex 13 33 53 4D 27 0 43 D2 3F 14
Octal 23 63 123 115 47 0 103 322 77 24
Binary 10011 110011 1010011 1001101 100111 0 1000011 11010010 111111 10100

Color Harmonies of #133353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133353

Black with #133353

Text Example


Text Example

White with #133353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133353; }

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

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

background-color css

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

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

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

border-color css

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

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

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