Html Css Color HEX #103255 Regal Blue

📋 copy color: '#103255'

red 16 ◦ green 50 ◦ blue 85

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

Shades of Regal Blue #103255

Tints of Regal Blue #103255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 56.29%

R = 10.6%
G = 33.11%
B = 56.29%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103255 (or 0x103255) is known color: Regal Blue. HEX triplet: 10, 32 and 55. RGB value is (16,50,85). Sum of RGB (Red+Green+Blue) = 16+50+85=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #103255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103255 is #EFCDAA. Grayscale: #2B2B2B. Windows color (decimal): -15715755 or 5583376. OLE color: 5583376.

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

Color convert

RGB 16 50 85 -
CMYK 0.81 0.41 0 0.67
HSL 210.43º 0.68% 0.2% -
HSV(B) 210.43º 0.81% 0.33% -
XYZ 2.99 3.05 9.02 -
YUV 43.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 16 50 85 0.81 0.41 0 0.67 210.43 0.68 0.2
Hex 10 32 55 51 29 0 43 D2 44 14
Octal 20 62 125 121 51 0 103 322 104 24
Binary 10000 110010 1010101 1010001 101001 0 1000011 11010010 1000100 10100

Color Harmonies of #103255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103255

Black with #103255

Text Example


Text Example

White with #103255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103255; }

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

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

background-color css

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

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

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

border-color css

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

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

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