Html Css Color HEX #103351 Regal Blue

📋 copy color: '#103351'

red 16 ◦ green 51 ◦ blue 81

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

Shades of Regal Blue #103351

Tints of Regal Blue #103351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 10.81%
G = 34.46%
B = 54.73%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#103351 (or 0x103351) is known color: Regal Blue. HEX triplet: 10, 33 and 51. RGB value is (16,51,81). Sum of RGB (Red+Green+Blue) = 16+51+81=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #103351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103351 is #EFCCAE. Grayscale: #2B2B2B. Windows color (decimal): -15715503 or 5321488. OLE color: 5321488.

HSL color Cylindrical-coordinate representation of color #103351: hue angle of 207.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103351 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 51 81 -
CMYK 0.80 0.37 0 0.68
HSL 207.69º 0.67% 0.19% -
HSV(B) 207.69º 0.8% 0.32% -
XYZ 2.88 3.07 8.23 -
YUV 43.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 16 51 81 0.80 0.37 0 0.68 207.69 0.67 0.19
Hex 10 33 51 50 25 0 44 D0 43 13
Octal 20 63 121 120 45 0 104 320 103 23
Binary 10000 110011 1010001 1010000 100101 0 1000100 11010000 1000011 10011

Color Harmonies of #103351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103351

Black with #103351

Text Example


Text Example

White with #103351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103351; }

 p { color: rgb(16,51,81); }

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

background-color css

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

 a { background-color: rgb(16,51,81); }

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

border-color css

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

 span { border-color: rgb(16,51,81); }

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