Html Css Color HEX #103055 Regal Blue

📋 copy color: '#103055'

red 16 ◦ green 48 ◦ blue 85

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

Shades of Regal Blue #103055

Tints of Regal Blue #103055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 10.74%
G = 32.21%
B = 57.05%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103055 (or 0x103055) is known color: Regal Blue. HEX triplet: 10, 30 and 55. RGB value is (16,48,85). Sum of RGB (Red+Green+Blue) = 16+48+85=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #103055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103055 is #EFCFAA. Grayscale: #2A2A2A. Windows color (decimal): -15716267 or 5582864. OLE color: 5582864.

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

Color convert

RGB 16 48 85 -
CMYK 0.81 0.44 0 0.67
HSL 212.17º 0.68% 0.2% -
HSV(B) 212.17º 0.81% 0.33% -
XYZ 2.91 2.88 9 -
YUV 42.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 16 48 85 0.81 0.44 0 0.67 212.17 0.68 0.2
Hex 10 30 55 51 2C 0 43 D4 44 14
Octal 20 60 125 121 54 0 103 324 104 24
Binary 10000 110000 1010101 1010001 101100 0 1000011 11010100 1000100 10100

Color Harmonies of #103055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103055

Black with #103055

Text Example


Text Example

White with #103055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103055; }

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

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

background-color css

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

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

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

border-color css

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

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

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