Html Css Color HEX #103356 Regal Blue

📋 copy color: '#103356'

red 16 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #103356

Tints of Regal Blue #103356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 10.46%
G = 33.33%
B = 56.21%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103356 (or 0x103356) is known color: Regal Blue. HEX triplet: 10, 33 and 56. RGB value is (16,51,86). Sum of RGB (Red+Green+Blue) = 16+51+86=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #103356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103356 is #EFCCA9. Grayscale: #2C2C2C. Windows color (decimal): -15715498 or 5649168. OLE color: 5649168.

HSL color Cylindrical-coordinate representation of color #103356: hue angle of 210º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103356 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 51 86 -
CMYK 0.81 0.41 0 0.66
HSL 210º 0.69% 0.2% -
HSV(B) 210º 0.81% 0.34% -
XYZ 3.08 3.15 9.25 -
YUV 44.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 16 51 86 0.81 0.41 0 0.66 210 0.69 0.2
Hex 10 33 56 51 29 0 42 D2 45 14
Octal 20 63 126 121 51 0 102 322 105 24
Binary 10000 110011 1010110 1010001 101001 0 1000010 11010010 1000101 10100

Color Harmonies of #103356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103356

Black with #103356

Text Example


Text Example

White with #103356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103356; }

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

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

background-color css

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

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

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

border-color css

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

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

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