Html Css Color HEX #103555 Regal Blue

📋 copy color: '#103555'

red 16 ◦ green 53 ◦ blue 85

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

Shades of Regal Blue #103555

Tints of Regal Blue #103555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 10.39%
G = 34.42%
B = 55.19%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103555 (or 0x103555) is known color: Regal Blue. HEX triplet: 10, 35 and 55. RGB value is (16,53,85). Sum of RGB (Red+Green+Blue) = 16+53+85=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #103555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103555 is #EFCAAA. Grayscale: #2D2D2D. Windows color (decimal): -15714987 or 5584144. OLE color: 5584144.

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

Color convert

RGB 16 53 85 -
CMYK 0.81 0.38 0 0.67
HSL 207.83º 0.68% 0.2% -
HSV(B) 207.83º 0.81% 0.33% -
XYZ 3.13 3.31 9.07 -
YUV 45.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 16 53 85 0.81 0.38 0 0.67 207.83 0.68 0.2
Hex 10 35 55 51 26 0 43 D0 44 14
Octal 20 65 125 121 46 0 103 320 104 24
Binary 10000 110101 1010101 1010001 100110 0 1000011 11010000 1000100 10100

Color Harmonies of #103555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103555

Black with #103555

Text Example


Text Example

White with #103555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103555; }

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

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

background-color css

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

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

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

border-color css

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

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

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