Html Css Color HEX #103655 Regal Blue

📋 copy color: '#103655'

red 16 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #103655

Tints of Regal Blue #103655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

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

R = 10.32%
G = 34.84%
B = 54.84%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103655 (or 0x103655) is known color: Regal Blue. HEX triplet: 10, 36 and 55. RGB value is (16,54,85). Sum of RGB (Red+Green+Blue) = 16+54+85=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #103655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103655 is #EFC9AA. Grayscale: #2E2E2E. Windows color (decimal): -15714731 or 5584400. OLE color: 5584400.

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

Color convert

RGB 16 54 85 -
CMYK 0.81 0.36 0 0.67
HSL 206.96º 0.68% 0.2% -
HSV(B) 206.96º 0.81% 0.33% -
XYZ 3.17 3.4 9.08 -
YUV 46.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 16 54 85 0.81 0.36 0 0.67 206.96 0.68 0.2
Hex 10 36 55 51 24 0 43 CF 44 14
Octal 20 66 125 121 44 0 103 317 104 24
Binary 10000 110110 1010101 1010001 100100 0 1000011 11001111 1000100 10100

Color Harmonies of #103655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103655

Black with #103655

Text Example


Text Example

White with #103655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103655; }

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

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

background-color css

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

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

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

border-color css

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

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

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