Html Css Color HEX #103A57 Regal Blue

📋 copy color: '#103A57'

red 16 ◦ green 58 ◦ blue 87

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

Shades of Regal Blue #103A57

Tints of Regal Blue #103A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.02%

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

R = 9.94%
G = 36.02%
B = 54.04%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103A57 (or 0x103A57) is known color: Regal Blue. HEX triplet: 10, 3A and 57. RGB value is (16,58,87). Sum of RGB (Red+Green+Blue) = 16+58+87=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #103A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A57 is #EFC5A8. Grayscale: #303030. Windows color (decimal): -15713705 or 5716496. OLE color: 5716496.

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

Color convert

RGB 16 58 87 -
CMYK 0.82 0.33 0 0.66
HSL 204.51º 0.69% 0.2% -
HSV(B) 204.51º 0.82% 0.34% -
XYZ 3.45 3.82 9.57 -
YUV 48.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 16 58 87 0.82 0.33 0 0.66 204.51 0.69 0.2
Hex 10 3A 57 52 21 0 42 CD 45 14
Octal 20 72 127 122 41 0 102 315 105 24
Binary 10000 111010 1010111 1010010 100001 0 1000010 11001101 1000101 10100

Color Harmonies of #103A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A57

Black with #103A57

Text Example


Text Example

White with #103A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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