Html Css Color HEX #103C5B Regal Blue

📋 copy color: '#103C5B'

red 16 ◦ green 60 ◦ blue 91

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

Shades of Regal Blue #103C5B

Tints of Regal Blue #103C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 9.58%
G = 35.93%
B = 54.49%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#103C5B (or 0x103C5B) is known color: Regal Blue. HEX triplet: 10, 3C and 5B. RGB value is (16,60,91). Sum of RGB (Red+Green+Blue) = 16+60+91=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #103C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C5B is #EFC3A4. Grayscale: #323232. Windows color (decimal): -15713189 or 5979152. OLE color: 5979152.

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

Color convert

RGB 16 60 91 -
CMYK 0.82 0.34 0 0.64
HSL 204.8º 0.7% 0.21% -
HSV(B) 204.8º 0.82% 0.36% -
XYZ 3.72 4.1 10.49 -
YUV 50.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 16 60 91 0.82 0.34 0 0.64 204.8 0.7 0.21
Hex 10 3C 5B 52 22 0 40 CD 46 15
Octal 20 74 133 122 42 0 100 315 106 25
Binary 10000 111100 1011011 1010010 100010 0 1000000 11001101 1000110 10101

Color Harmonies of #103C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C5B

Black with #103C5B

Text Example


Text Example

White with #103C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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