Html Css Color HEX #102E53 Regal Blue

📋 copy color: '#102E53'

red 16 ◦ green 46 ◦ blue 83

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

Shades of Regal Blue #102E53

Tints of Regal Blue #102E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.72%

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

R = 11.03%
G = 31.72%
B = 57.24%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#102E53 (or 0x102E53) is known color: Regal Blue. HEX triplet: 10, 2E and 53. RGB value is (16,46,83). Sum of RGB (Red+Green+Blue) = 16+46+83=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #102E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E53 is #EFD1AC. Grayscale: #292929. Windows color (decimal): -15716781 or 5451280. OLE color: 5451280.

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

Color convert

RGB 16 46 83 -
CMYK 0.81 0.45 0 0.67
HSL 213.13º 0.68% 0.19% -
HSV(B) 213.13º 0.81% 0.33% -
XYZ 2.75 2.69 8.56 -
YUV 41.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 16 46 83 0.81 0.45 0 0.67 213.13 0.68 0.19
Hex 10 2E 53 51 2D 0 43 D5 44 13
Octal 20 56 123 121 55 0 103 325 104 23
Binary 10000 101110 1010011 1010001 101101 0 1000011 11010101 1000100 10011

Color Harmonies of #102E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102E53

Black with #102E53

Text Example


Text Example

White with #102E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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