Html Css Color HEX #103D59 Regal Blue

📋 copy color: '#103D59'

red 16 ◦ green 61 ◦ blue 89

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

Shades of Regal Blue #103D59

Tints of Regal Blue #103D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 9.64%
G = 36.75%
B = 53.61%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103D59 (or 0x103D59) is known color: Regal Blue. HEX triplet: 10, 3D and 59. RGB value is (16,61,89). Sum of RGB (Red+Green+Blue) = 16+61+89=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #103D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D59 is #EFC2A6. Grayscale: #323232. Windows color (decimal): -15712935 or 5848336. OLE color: 5848336.

HSL color Cylindrical-coordinate representation of color #103D59: hue angle of 203.01º 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 #103D59 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 61 89 -
CMYK 0.82 0.31 0 0.65
HSL 203.01º 0.7% 0.21% -
HSV(B) 203.01º 0.82% 0.35% -
XYZ 3.69 4.17 10.06 -
YUV 50.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 16 61 89 0.82 0.31 0 0.65 203.01 0.7 0.21
Hex 10 3D 59 52 1F 0 41 CB 46 15
Octal 20 75 131 122 37 0 101 313 106 25
Binary 10000 111101 1011001 1010010 11111 0 1000001 11001011 1000110 10101

Color Harmonies of #103D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D59

Black with #103D59

Text Example


Text Example

White with #103D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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