Html Css Color HEX #103353 Regal Blue

📋 copy color: '#103353'

red 16 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #103353

Tints of Regal Blue #103353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 10.67%
G = 34%
B = 55.33%

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

#103353 (or 0x103353) is known color: Regal Blue. HEX triplet: 10, 33 and 53. RGB value is (16,51,83). Sum of RGB (Red+Green+Blue) = 16+51+83=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #103353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103353 is #EFCCAC. Grayscale: #2C2C2C. Windows color (decimal): -15715501 or 5452560. OLE color: 5452560.

HSL color Cylindrical-coordinate representation of color #103353: hue angle of 208.66º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103353 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 51 83 -
CMYK 0.81 0.39 0 0.67
HSL 208.66º 0.68% 0.19% -
HSV(B) 208.66º 0.81% 0.33% -
XYZ 2.96 3.1 8.63 -
YUV 44.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 16 51 83 0.81 0.39 0 0.67 208.66 0.68 0.19
Hex 10 33 53 51 27 0 43 D1 44 13
Octal 20 63 123 121 47 0 103 321 104 23
Binary 10000 110011 1010011 1010001 100111 0 1000011 11010001 1000100 10011

Color Harmonies of #103353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103353

Black with #103353

Text Example


Text Example

White with #103353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103353; }

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

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

background-color css

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

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

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

border-color css

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

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

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