Html Css Color HEX #103554 Regal Blue

📋 copy color: '#103554'

red 16 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #103554

Tints of Regal Blue #103554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 84 (33.2% from 255) = 54.9%

R = 10.46%
G = 34.64%
B = 54.9%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103554 (or 0x103554) is known color: Regal Blue. HEX triplet: 10, 35 and 54. RGB value is (16,53,84). Sum of RGB (Red+Green+Blue) = 16+53+84=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #103554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103554 is #EFCAAB. Grayscale: #2D2D2D. Windows color (decimal): -15714988 or 5518608. OLE color: 5518608.

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

Color convert

RGB 16 53 84 -
CMYK 0.81 0.37 0 0.67
HSL 207.35º 0.68% 0.2% -
HSV(B) 207.35º 0.81% 0.33% -
XYZ 3.09 3.3 8.86 -
YUV 45.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 16 53 84 0.81 0.37 0 0.67 207.35 0.68 0.2
Hex 10 35 54 51 25 0 43 CF 44 14
Octal 20 65 124 121 45 0 103 317 104 24
Binary 10000 110101 1010100 1010001 100101 0 1000011 11001111 1000100 10100

Color Harmonies of #103554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103554

Black with #103554

Text Example


Text Example

White with #103554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103554; }

 p { color: rgb(16,53,84); }

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

background-color css

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

 a { background-color: rgb(16,53,84); }

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

border-color css

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

 span { border-color: rgb(16,53,84); }

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