Html Css Color HEX #103352 Regal Blue

📋 copy color: '#103352'

red 16 ◦ green 51 ◦ blue 82

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

Shades of Regal Blue #103352

Tints of Regal Blue #103352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 10.74%
G = 34.23%
B = 55.03%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#103352 (or 0x103352) is known color: Regal Blue. HEX triplet: 10, 33 and 52. RGB value is (16,51,82). Sum of RGB (Red+Green+Blue) = 16+51+82=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #103352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103352 is #EFCCAD. Grayscale: #2B2B2B. Windows color (decimal): -15715502 or 5387024. OLE color: 5387024.

HSL color Cylindrical-coordinate representation of color #103352: hue angle of 208.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103352 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 51 82 -
CMYK 0.80 0.38 0 0.68
HSL 208.18º 0.67% 0.19% -
HSV(B) 208.18º 0.8% 0.32% -
XYZ 2.92 3.09 8.42 -
YUV 44.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 16 51 82 0.80 0.38 0 0.68 208.18 0.67 0.19
Hex 10 33 52 50 26 0 44 D0 43 13
Octal 20 63 122 120 46 0 104 320 103 23
Binary 10000 110011 1010010 1010000 100110 0 1000100 11010000 1000011 10011

Color Harmonies of #103352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103352

Black with #103352

Text Example


Text Example

White with #103352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103352; }

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

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

background-color css

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

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

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

border-color css

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

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

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