Html Css Color HEX #103B58 Regal Blue

📋 copy color: '#103B58'

red 16 ◦ green 59 ◦ blue 88

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

Shades of Regal Blue #103B58

Tints of Regal Blue #103B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 9.82%
G = 36.2%
B = 53.99%

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

#103B58 (or 0x103B58) is known color: Regal Blue. HEX triplet: 10, 3B and 58. RGB value is (16,59,88). Sum of RGB (Red+Green+Blue) = 16+59+88=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #103B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B58 is #EFC4A7. Grayscale: #313131. Windows color (decimal): -15713448 or 5782288. OLE color: 5782288.

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

Color convert

RGB 16 59 88 -
CMYK 0.82 0.33 0 0.65
HSL 204.17º 0.69% 0.2% -
HSV(B) 204.17º 0.82% 0.35% -
XYZ 3.54 3.94 9.81 -
YUV 49.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 16 59 88 0.82 0.33 0 0.65 204.17 0.69 0.2
Hex 10 3B 58 52 21 0 41 CC 45 14
Octal 20 73 130 122 41 0 101 314 105 24
Binary 10000 111011 1011000 1010010 100001 0 1000001 11001100 1000101 10100

Color Harmonies of #103B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B58

Black with #103B58

Text Example


Text Example

White with #103B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,59,88); }

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

background-color css

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

 a { background-color: rgb(16,59,88); }

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

border-color css

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

 span { border-color: rgb(16,59,88); }

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