Html Css Color HEX #103553 Regal Blue

📋 copy color: '#103553'

red 16 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #103553

Tints of Regal Blue #103553

RGB

 RED value IS 16 (6.64% from 255) = 10.53%

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 10.53%
G = 34.87%
B = 54.61%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103553 (or 0x103553) is known color: Regal Blue. HEX triplet: 10, 35 and 53. RGB value is (16,53,83). Sum of RGB (Red+Green+Blue) = 16+53+83=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 53 (21.09% from 255 or 34.87% 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 #103553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103553 is #EFCAAC. Grayscale: #2D2D2D. Windows color (decimal): -15714989 or 5453072. OLE color: 5453072.

HSL color Cylindrical-coordinate representation of color #103553: hue angle of 206.87º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103553 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 53 83 -
CMYK 0.81 0.36 0 0.67
HSL 206.87º 0.68% 0.19% -
HSV(B) 206.87º 0.81% 0.33% -
XYZ 3.05 3.28 8.66 -
YUV 45.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 16 53 83 0.81 0.36 0 0.67 206.87 0.68 0.19
Hex 10 35 53 51 24 0 43 CF 44 13
Octal 20 65 123 121 44 0 103 317 104 23
Binary 10000 110101 1010011 1010001 100100 0 1000011 11001111 1000100 10011

Color Harmonies of #103553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103553

Black with #103553

Text Example


Text Example

White with #103553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103553; }

 p { color: rgb(16,53,83); }

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

background-color css

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

 a { background-color: rgb(16,53,83); }

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

border-color css

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

 span { border-color: rgb(16,53,83); }

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