Html Css Color HEX #103253 Regal Blue

📋 copy color: '#103253'

red 16 ◦ green 50 ◦ blue 83

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

Shades of Regal Blue #103253

Tints of Regal Blue #103253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 10.74%
G = 33.56%
B = 55.7%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103253 (or 0x103253) is known color: Regal Blue. HEX triplet: 10, 32 and 53. RGB value is (16,50,83). Sum of RGB (Red+Green+Blue) = 16+50+83=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #103253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103253 is #EFCDAC. Grayscale: #2B2B2B. Windows color (decimal): -15715757 or 5452304. OLE color: 5452304.

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

Color convert

RGB 16 50 83 -
CMYK 0.81 0.40 0 0.67
HSL 209.55º 0.68% 0.19% -
HSV(B) 209.55º 0.81% 0.33% -
XYZ 2.92 3.02 8.61 -
YUV 43.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 16 50 83 0.81 0.40 0 0.67 209.55 0.68 0.19
Hex 10 32 53 51 28 0 43 D2 44 13
Octal 20 62 123 121 50 0 103 322 104 23
Binary 10000 110010 1010011 1010001 101000 0 1000011 11010010 1000100 10011

Color Harmonies of #103253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103253

Black with #103253

Text Example


Text Example

White with #103253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103253; }

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

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

background-color css

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

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

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

border-color css

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

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

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