Html Css Color HEX #103959 Regal Blue

📋 copy color: '#103959'

red 16 ◦ green 57 ◦ blue 89

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

Shades of Regal Blue #103959

Tints of Regal Blue #103959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 9.88%
G = 35.19%
B = 54.94%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103959 (or 0x103959) is known color: Regal Blue. HEX triplet: 10, 39 and 59. RGB value is (16,57,89). Sum of RGB (Red+Green+Blue) = 16+57+89=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #103959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103959 is #EFC6A6. Grayscale: #303030. Windows color (decimal): -15713959 or 5847312. OLE color: 5847312.

HSL color Cylindrical-coordinate representation of color #103959: hue angle of 206.3º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103959 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 57 89 -
CMYK 0.82 0.36 0 0.65
HSL 206.3º 0.7% 0.21% -
HSV(B) 206.3º 0.82% 0.35% -
XYZ 3.48 3.76 9.99 -
YUV 48.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 16 57 89 0.82 0.36 0 0.65 206.3 0.7 0.21
Hex 10 39 59 52 24 0 41 CE 46 15
Octal 20 71 131 122 44 0 101 316 106 25
Binary 10000 111001 1011001 1010010 100100 0 1000001 11001110 1000110 10101

Color Harmonies of #103959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103959

Black with #103959

Text Example


Text Example

White with #103959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103959; }

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

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

background-color css

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

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

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

border-color css

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

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

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