Html Css Color HEX #103958 Regal Blue

📋 copy color: '#103958'

red 16 ◦ green 57 ◦ blue 88

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

Shades of Regal Blue #103958

Tints of Regal Blue #103958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 9.94%
G = 35.4%
B = 54.66%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103958 (or 0x103958) is known color: Regal Blue. HEX triplet: 10, 39 and 58. RGB value is (16,57,88). Sum of RGB (Red+Green+Blue) = 16+57+88=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #103958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103958 is #EFC6A7. Grayscale: #303030. Windows color (decimal): -15713960 or 5781776. OLE color: 5781776.

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

Color convert

RGB 16 57 88 -
CMYK 0.82 0.35 0 0.65
HSL 205.83º 0.69% 0.2% -
HSV(B) 205.83º 0.82% 0.35% -
XYZ 3.44 3.74 9.77 -
YUV 48.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 16 57 88 0.82 0.35 0 0.65 205.83 0.69 0.2
Hex 10 39 58 52 23 0 41 CE 45 14
Octal 20 71 130 122 43 0 101 316 105 24
Binary 10000 111001 1011000 1010010 100011 0 1000001 11001110 1000101 10100

Color Harmonies of #103958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103958

Black with #103958

Text Example


Text Example

White with #103958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103958; }

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

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

background-color css

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

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

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

border-color css

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

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

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