Html Css Color HEX #103850 Regal Blue

📋 copy color: '#103850'

red 16 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #103850

Tints of Regal Blue #103850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 10.53%
G = 36.84%
B = 52.63%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#103850 (or 0x103850) is known color: Regal Blue. HEX triplet: 10, 38 and 50. RGB value is (16,56,80). Sum of RGB (Red+Green+Blue) = 16+56+80=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #103850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103850 is #EFC7AF. Grayscale: #2E2E2E. Windows color (decimal): -15714224 or 5257232. OLE color: 5257232.

HSL color Cylindrical-coordinate representation of color #103850: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103850 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 56 80 -
CMYK 0.80 0.30 0 0.69
HSL 202.5º 0.67% 0.19% -
HSV(B) 202.5º 0.8% 0.31% -
XYZ 3.08 3.52 8.11 -
YUV 46.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 16 56 80 0.80 0.30 0 0.69 202.5 0.67 0.19
Hex 10 38 50 50 1E 0 45 CA 43 13
Octal 20 70 120 120 36 0 105 312 103 23
Binary 10000 111000 1010000 1010000 11110 0 1000101 11001010 1000011 10011

Color Harmonies of #103850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103850

Black with #103850

Text Example


Text Example

White with #103850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103850; }

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

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

background-color css

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

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

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

border-color css

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

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

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