Html Css Color HEX #103155 Regal Blue

📋 copy color: '#103155'

red 16 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #103155

Tints of Regal Blue #103155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 10.67%
G = 32.67%
B = 56.67%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103155 (or 0x103155) is known color: Regal Blue. HEX triplet: 10, 31 and 55. RGB value is (16,49,85). Sum of RGB (Red+Green+Blue) = 16+49+85=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #103155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103155 is #EFCEAA. Grayscale: #2B2B2B. Windows color (decimal): -15716011 or 5583120. OLE color: 5583120.

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

Color convert

RGB 16 49 85 -
CMYK 0.81 0.42 0 0.67
HSL 211.3º 0.68% 0.2% -
HSV(B) 211.3º 0.81% 0.33% -
XYZ 2.95 2.96 9.01 -
YUV 43.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 16 49 85 0.81 0.42 0 0.67 211.3 0.68 0.2
Hex 10 31 55 51 2A 0 43 D3 44 14
Octal 20 61 125 121 52 0 103 323 104 24
Binary 10000 110001 1010101 1010001 101010 0 1000011 11010011 1000100 10100

Color Harmonies of #103155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103155

Black with #103155

Text Example


Text Example

White with #103155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103155; }

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

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

background-color css

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

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

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

border-color css

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

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

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