Html Css Color HEX #103A52 Regal Blue

📋 copy color: '#103A52'

red 16 ◦ green 58 ◦ blue 82

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

Shades of Regal Blue #103A52

Tints of Regal Blue #103A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 10.26%
G = 37.18%
B = 52.56%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#103A52 (or 0x103A52) is known color: Regal Blue. HEX triplet: 10, 3A and 52. RGB value is (16,58,82). Sum of RGB (Red+Green+Blue) = 16+58+82=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #103A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A52 is #EFC5AD. Grayscale: #303030. Windows color (decimal): -15713710 or 5388816. OLE color: 5388816.

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

Color convert

RGB 16 58 82 -
CMYK 0.80 0.29 0 0.68
HSL 201.82º 0.67% 0.19% -
HSV(B) 201.82º 0.8% 0.32% -
XYZ 3.25 3.75 8.53 -
YUV 48.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 16 58 82 0.80 0.29 0 0.68 201.82 0.67 0.19
Hex 10 3A 52 50 1D 0 44 CA 43 13
Octal 20 72 122 120 35 0 104 312 103 23
Binary 10000 111010 1010010 1010000 11101 0 1000100 11001010 1000011 10011

Color Harmonies of #103A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A52

Black with #103A52

Text Example


Text Example

White with #103A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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