Html Css Color HEX #103C57 Regal Blue

📋 copy color: '#103C57'

red 16 ◦ green 60 ◦ blue 87

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

Shades of Regal Blue #103C57

Tints of Regal Blue #103C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.37%

R = 9.82%
G = 36.81%
B = 53.37%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103C57 (or 0x103C57) is known color: Regal Blue. HEX triplet: 10, 3C and 57. RGB value is (16,60,87). Sum of RGB (Red+Green+Blue) = 16+60+87=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #103C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C57 is #EFC3A8. Grayscale: #313131. Windows color (decimal): -15713193 or 5717008. OLE color: 5717008.

HSL color Cylindrical-coordinate representation of color #103C57: hue angle of 202.82º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103C57 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 60 87 -
CMYK 0.82 0.31 0 0.66
HSL 202.82º 0.69% 0.2% -
HSV(B) 202.82º 0.82% 0.34% -
XYZ 3.55 4.03 9.61 -
YUV 49.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 16 60 87 0.82 0.31 0 0.66 202.82 0.69 0.2
Hex 10 3C 57 52 1F 0 42 CB 45 14
Octal 20 74 127 122 37 0 102 313 105 24
Binary 10000 111100 1010111 1010010 11111 0 1000010 11001011 1000101 10100

Color Harmonies of #103C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C57

Black with #103C57

Text Example


Text Example

White with #103C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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