Html Css Color HEX #113353 Regal Blue

📋 copy color: '#113353'

red 17 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #113353

Tints of Regal Blue #113353

RGB

 RED value IS 17 (7.03% from 255) = 11.26%

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

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

R = 11.26%
G = 33.77%
B = 54.97%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113353 (or 0x113353) is known color: Regal Blue. HEX triplet: 11, 33 and 53. RGB value is (17,51,83). Sum of RGB (Red+Green+Blue) = 17+51+83=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #113353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113353 is #EECCAC. Grayscale: #2C2C2C. Windows color (decimal): -15649965 or 5452561. OLE color: 5452561.

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

Color convert

RGB 17 51 83 -
CMYK 0.80 0.39 0 0.67
HSL 209.09º 0.66% 0.2% -
HSV(B) 209.09º 0.8% 0.33% -
XYZ 2.98 3.11 8.63 -
YUV 44.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 17 51 83 0.80 0.39 0 0.67 209.09 0.66 0.2
Hex 11 33 53 50 27 0 43 D1 42 14
Octal 21 63 123 120 47 0 103 321 102 24
Binary 10001 110011 1010011 1010000 100111 0 1000011 11010001 1000010 10100

Color Harmonies of #113353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113353

Black with #113353

Text Example


Text Example

White with #113353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113353; }

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

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

background-color css

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

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

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

border-color css

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

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

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