Html Css Color HEX #103C5C Regal Blue

📋 copy color: '#103C5C'

red 16 ◦ green 60 ◦ blue 92

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

Shades of Regal Blue #103C5C

Tints of Regal Blue #103C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 9.52%
G = 35.71%
B = 54.76%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#103C5C (or 0x103C5C) is known color: Regal Blue. HEX triplet: 10, 3C and 5C. RGB value is (16,60,92). Sum of RGB (Red+Green+Blue) = 16+60+92=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #103C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C5C is #EFC3A3. Grayscale: #323232. Windows color (decimal): -15713188 or 6044688. OLE color: 6044688.

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

Color convert

RGB 16 60 92 -
CMYK 0.83 0.35 0 0.64
HSL 205.26º 0.7% 0.21% -
HSV(B) 205.26º 0.83% 0.36% -
XYZ 3.76 4.11 10.72 -
YUV 50.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 16 60 92 0.83 0.35 0 0.64 205.26 0.7 0.21
Hex 10 3C 5C 53 23 0 40 CD 46 15
Octal 20 74 134 123 43 0 100 315 106 25
Binary 10000 111100 1011100 1010011 100011 0 1000000 11001101 1000110 10101

Color Harmonies of #103C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C5C

Black with #103C5C

Text Example


Text Example

White with #103C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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