Html Css Color HEX #103453 Regal Blue

📋 copy color: '#103453'

red 16 ◦ green 52 ◦ blue 83

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

Shades of Regal Blue #103453

Tints of Regal Blue #103453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 10.6%
G = 34.44%
B = 54.97%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103453 (or 0x103453) is known color: Regal Blue. HEX triplet: 10, 34 and 53. RGB value is (16,52,83). Sum of RGB (Red+Green+Blue) = 16+52+83=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #103453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103453 is #EFCBAC. Grayscale: #2C2C2C. Windows color (decimal): -15715245 or 5452816. OLE color: 5452816.

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

Color convert

RGB 16 52 83 -
CMYK 0.81 0.37 0 0.67
HSL 207.76º 0.68% 0.19% -
HSV(B) 207.76º 0.81% 0.33% -
XYZ 3 3.19 8.64 -
YUV 44.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 16 52 83 0.81 0.37 0 0.67 207.76 0.68 0.19
Hex 10 34 53 51 25 0 43 D0 44 13
Octal 20 64 123 121 45 0 103 320 104 23
Binary 10000 110100 1010011 1010001 100101 0 1000011 11010000 1000100 10011

Color Harmonies of #103453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103453

Black with #103453

Text Example


Text Example

White with #103453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103453; }

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

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

background-color css

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

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

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

border-color css

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

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

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