Html Css Color HEX #103852 Regal Blue

📋 copy color: '#103852'

red 16 ◦ green 56 ◦ blue 82

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

Shades of Regal Blue #103852

Tints of Regal Blue #103852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

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

R = 10.39%
G = 36.36%
B = 53.25%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#103852 (or 0x103852) is known color: Regal Blue. HEX triplet: 10, 38 and 52. RGB value is (16,56,82). Sum of RGB (Red+Green+Blue) = 16+56+82=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #103852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103852 is #EFC7AD. Grayscale: #2E2E2E. Windows color (decimal): -15714222 or 5388304. OLE color: 5388304.

HSL color Cylindrical-coordinate representation of color #103852: hue angle of 203.64º 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 #103852 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 56 82 -
CMYK 0.80 0.32 0 0.68
HSL 203.64º 0.67% 0.19% -
HSV(B) 203.64º 0.8% 0.32% -
XYZ 3.15 3.55 8.5 -
YUV 47 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 16 56 82 0.80 0.32 0 0.68 203.64 0.67 0.19
Hex 10 38 52 50 20 0 44 CC 43 13
Octal 20 70 122 120 40 0 104 314 103 23
Binary 10000 111000 1010010 1010000 100000 0 1000100 11001100 1000011 10011

Color Harmonies of #103852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103852

Black with #103852

Text Example


Text Example

White with #103852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103852; }

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

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

background-color css

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

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

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

border-color css

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

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

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