Html Css Color HEX #103C59 Regal Blue

📋 copy color: '#103C59'

red 16 ◦ green 60 ◦ blue 89

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

Shades of Regal Blue #103C59

Tints of Regal Blue #103C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

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

R = 9.7%
G = 36.36%
B = 53.94%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103C59 (or 0x103C59) is known color: Regal Blue. HEX triplet: 10, 3C and 59. RGB value is (16,60,89). Sum of RGB (Red+Green+Blue) = 16+60+89=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #103C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C59 is #EFC3A6. Grayscale: #313131. Windows color (decimal): -15713191 or 5848080. OLE color: 5848080.

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

Color convert

RGB 16 60 89 -
CMYK 0.82 0.33 0 0.65
HSL 203.84º 0.7% 0.21% -
HSV(B) 203.84º 0.82% 0.35% -
XYZ 3.63 4.06 10.04 -
YUV 50.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 16 60 89 0.82 0.33 0 0.65 203.84 0.7 0.21
Hex 10 3C 59 52 21 0 41 CC 46 15
Octal 20 74 131 122 41 0 101 314 106 25
Binary 10000 111100 1011001 1010010 100001 0 1000001 11001100 1000110 10101

Color Harmonies of #103C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C59

Black with #103C59

Text Example


Text Example

White with #103C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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