Html Css Color HEX #103459 Regal Blue

📋 copy color: '#103459'

red 16 ◦ green 52 ◦ blue 89

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

Shades of Regal Blue #103459

Tints of Regal Blue #103459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 10.19%
G = 33.12%
B = 56.69%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103459 (or 0x103459) is known color: Regal Blue. HEX triplet: 10, 34 and 59. RGB value is (16,52,89). Sum of RGB (Red+Green+Blue) = 16+52+89=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #103459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103459 is #EFCBA6. Grayscale: #2D2D2D. Windows color (decimal): -15715239 or 5846032. OLE color: 5846032.

HSL color Cylindrical-coordinate representation of color #103459: hue angle of 210.41º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103459 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 52 89 -
CMYK 0.82 0.42 0 0.65
HSL 210.41º 0.7% 0.21% -
HSV(B) 210.41º 0.82% 0.35% -
XYZ 3.24 3.29 9.91 -
YUV 45.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 16 52 89 0.82 0.42 0 0.65 210.41 0.7 0.21
Hex 10 34 59 52 2A 0 41 D2 46 15
Octal 20 64 131 122 52 0 101 322 106 25
Binary 10000 110100 1011001 1010010 101010 0 1000001 11010010 1000110 10101

Color Harmonies of #103459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103459

Black with #103459

Text Example


Text Example

White with #103459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103459; }

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

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

background-color css

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

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

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

border-color css

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

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

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