Html Css Color HEX #103853 Regal Blue

📋 copy color: '#103853'

red 16 ◦ green 56 ◦ blue 83

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

Shades of Regal Blue #103853

Tints of Regal Blue #103853

RGB

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

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

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

R = 10.32%
G = 36.13%
B = 53.55%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103853 (or 0x103853) is known color: Regal Blue. HEX triplet: 10, 38 and 53. RGB value is (16,56,83). Sum of RGB (Red+Green+Blue) = 16+56+83=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #103853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103853 is #EFC7AC. Grayscale: #2E2E2E. Windows color (decimal): -15714221 or 5453840. OLE color: 5453840.

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

Color convert

RGB 16 56 83 -
CMYK 0.81 0.33 0 0.67
HSL 204.18º 0.68% 0.19% -
HSV(B) 204.18º 0.81% 0.33% -
XYZ 3.19 3.56 8.7 -
YUV 47.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 16 56 83 0.81 0.33 0 0.67 204.18 0.68 0.19
Hex 10 38 53 51 21 0 43 CC 44 13
Octal 20 70 123 121 41 0 103 314 104 23
Binary 10000 111000 1010011 1010001 100001 0 1000011 11001100 1000100 10011

Color Harmonies of #103853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103853

Black with #103853

Text Example


Text Example

White with #103853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103853; }

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

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

background-color css

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

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

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

border-color css

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

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

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