Html Css Color HEX #103354 Regal Blue

📋 copy color: '#103354'

red 16 ◦ green 51 ◦ blue 84

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

Shades of Regal Blue #103354

Tints of Regal Blue #103354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 10.6%
G = 33.77%
B = 55.63%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103354 (or 0x103354) is known color: Regal Blue. HEX triplet: 10, 33 and 54. RGB value is (16,51,84). Sum of RGB (Red+Green+Blue) = 16+51+84=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #103354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103354 is #EFCCAB. Grayscale: #2C2C2C. Windows color (decimal): -15715500 or 5518096. OLE color: 5518096.

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

Color convert

RGB 16 51 84 -
CMYK 0.81 0.39 0 0.67
HSL 209.12º 0.68% 0.2% -
HSV(B) 209.12º 0.81% 0.33% -
XYZ 3 3.12 8.83 -
YUV 44.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 16 51 84 0.81 0.39 0 0.67 209.12 0.68 0.2
Hex 10 33 54 51 27 0 43 D1 44 14
Octal 20 63 124 121 47 0 103 321 104 24
Binary 10000 110011 1010100 1010001 100111 0 1000011 11010001 1000100 10100

Color Harmonies of #103354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103354

Black with #103354

Text Example


Text Example

White with #103354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103354; }

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

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

background-color css

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

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

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

border-color css

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

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

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