Html Css Color HEX #103950 Regal Blue

📋 copy color: '#103950'

red 16 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #103950

Tints of Regal Blue #103950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.25%

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

R = 10.46%
G = 37.25%
B = 52.29%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#103950 (or 0x103950) is known color: Regal Blue. HEX triplet: 10, 39 and 50. RGB value is (16,57,80). Sum of RGB (Red+Green+Blue) = 16+57+80=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #103950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103950 is #EFC6AF. Grayscale: #2F2F2F. Windows color (decimal): -15713968 or 5257488. OLE color: 5257488.

HSL color Cylindrical-coordinate representation of color #103950: hue angle of 201.56º 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 #103950 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 57 80 -
CMYK 0.80 0.29 0 0.69
HSL 201.56º 0.67% 0.19% -
HSV(B) 201.56º 0.8% 0.31% -
XYZ 3.12 3.62 8.12 -
YUV 47.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 16 57 80 0.80 0.29 0 0.69 201.56 0.67 0.19
Hex 10 39 50 50 1D 0 45 CA 43 13
Octal 20 71 120 120 35 0 105 312 103 23
Binary 10000 111001 1010000 1010000 11101 0 1000101 11001010 1000011 10011

Color Harmonies of #103950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103950

Black with #103950

Text Example


Text Example

White with #103950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103950; }

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

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

background-color css

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

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

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

border-color css

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

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

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