Html Css Color HEX #103B54 Regal Blue

📋 copy color: '#103B54'

red 16 ◦ green 59 ◦ blue 84

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

Shades of Regal Blue #103B54

Tints of Regal Blue #103B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

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

R = 10.06%
G = 37.11%
B = 52.83%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103B54 (or 0x103B54) is known color: Regal Blue. HEX triplet: 10, 3B and 54. RGB value is (16,59,84). Sum of RGB (Red+Green+Blue) = 16+59+84=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #103B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B54 is #EFC4AB. Grayscale: #303030. Windows color (decimal): -15713452 or 5520144. OLE color: 5520144.

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

Color convert

RGB 16 59 84 -
CMYK 0.81 0.30 0 0.67
HSL 202.06º 0.68% 0.2% -
HSV(B) 202.06º 0.81% 0.33% -
XYZ 3.38 3.88 8.96 -
YUV 48.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 16 59 84 0.81 0.30 0 0.67 202.06 0.68 0.2
Hex 10 3B 54 51 1E 0 43 CA 44 14
Octal 20 73 124 121 36 0 103 312 104 24
Binary 10000 111011 1010100 1010001 11110 0 1000011 11001010 1000100 10100

Color Harmonies of #103B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B54

Black with #103B54

Text Example


Text Example

White with #103B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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