Html Css Color HEX #103758 Regal Blue

📋 copy color: '#103758'

red 16 ◦ green 55 ◦ blue 88

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

Shades of Regal Blue #103758

Tints of Regal Blue #103758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 10.06%
G = 34.59%
B = 55.35%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103758 (or 0x103758) is known color: Regal Blue. HEX triplet: 10, 37 and 58. RGB value is (16,55,88). Sum of RGB (Red+Green+Blue) = 16+55+88=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #103758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103758 is #EFC8A7. Grayscale: #2E2E2E. Windows color (decimal): -15714472 or 5781264. OLE color: 5781264.

HSL color Cylindrical-coordinate representation of color #103758: hue angle of 207.5º 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 #103758 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 55 88 -
CMYK 0.82 0.38 0 0.65
HSL 207.5º 0.69% 0.2% -
HSV(B) 207.5º 0.82% 0.35% -
XYZ 3.34 3.55 9.74 -
YUV 47.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 16 55 88 0.82 0.38 0 0.65 207.5 0.69 0.2
Hex 10 37 58 52 26 0 41 D0 45 14
Octal 20 67 130 122 46 0 101 320 105 24
Binary 10000 110111 1011000 1010010 100110 0 1000001 11010000 1000101 10100

Color Harmonies of #103758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103758

Black with #103758

Text Example


Text Example

White with #103758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103758; }

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

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

background-color css

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

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

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

border-color css

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

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

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