Html Css Color HEX #103256 Regal Blue

📋 copy color: '#103256'

red 16 ◦ green 50 ◦ blue 86

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

Shades of Regal Blue #103256

Tints of Regal Blue #103256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 10.53%
G = 32.89%
B = 56.58%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103256 (or 0x103256) is known color: Regal Blue. HEX triplet: 10, 32 and 56. RGB value is (16,50,86). Sum of RGB (Red+Green+Blue) = 16+50+86=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #103256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103256 is #EFCDA9. Grayscale: #2B2B2B. Windows color (decimal): -15715754 or 5648912. OLE color: 5648912.

HSL color Cylindrical-coordinate representation of color #103256: hue angle of 210.86º 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 #103256 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 50 86 -
CMYK 0.81 0.42 0 0.66
HSL 210.86º 0.69% 0.2% -
HSV(B) 210.86º 0.81% 0.34% -
XYZ 3.03 3.06 9.24 -
YUV 43.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 16 50 86 0.81 0.42 0 0.66 210.86 0.69 0.2
Hex 10 32 56 51 2A 0 42 D3 45 14
Octal 20 62 126 121 52 0 102 323 105 24
Binary 10000 110010 1010110 1010001 101010 0 1000010 11010011 1000101 10100

Color Harmonies of #103256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103256

Black with #103256

Text Example


Text Example

White with #103256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103256; }

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

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

background-color css

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

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

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

border-color css

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

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

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