Html Css Color HEX #103855 Regal Blue

📋 copy color: '#103855'

red 16 ◦ green 56 ◦ blue 85

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

Shades of Regal Blue #103855

Tints of Regal Blue #103855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 10.19%
G = 35.67%
B = 54.14%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103855 (or 0x103855) is known color: Regal Blue. HEX triplet: 10, 38 and 55. RGB value is (16,56,85). Sum of RGB (Red+Green+Blue) = 16+56+85=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #103855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103855 is #EFC7AA. Grayscale: #2F2F2F. Windows color (decimal): -15714219 or 5584912. OLE color: 5584912.

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

Color convert

RGB 16 56 85 -
CMYK 0.81 0.34 0 0.67
HSL 205.22º 0.68% 0.2% -
HSV(B) 205.22º 0.81% 0.33% -
XYZ 3.27 3.59 9.12 -
YUV 47.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 16 56 85 0.81 0.34 0 0.67 205.22 0.68 0.2
Hex 10 38 55 51 22 0 43 CD 44 14
Octal 20 70 125 121 42 0 103 315 104 24
Binary 10000 111000 1010101 1010001 100010 0 1000011 11001101 1000100 10100

Color Harmonies of #103855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103855

Black with #103855

Text Example


Text Example

White with #103855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103855; }

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

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

background-color css

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

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

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

border-color css

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

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

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