Html Css Color HEX #103658 Regal Blue

📋 copy color: '#103658'

red 16 ◦ green 54 ◦ blue 88

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

Shades of Regal Blue #103658

Tints of Regal Blue #103658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 10.13%
G = 34.18%
B = 55.7%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103658 (or 0x103658) is known color: Regal Blue. HEX triplet: 10, 36 and 58. RGB value is (16,54,88). Sum of RGB (Red+Green+Blue) = 16+54+88=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #103658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103658 is #EFC9A7. Grayscale: #2E2E2E. Windows color (decimal): -15714728 or 5781008. OLE color: 5781008.

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

Color convert

RGB 16 54 88 -
CMYK 0.82 0.39 0 0.65
HSL 208.33º 0.69% 0.2% -
HSV(B) 208.33º 0.82% 0.35% -
XYZ 3.29 3.45 9.73 -
YUV 46.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 16 54 88 0.82 0.39 0 0.65 208.33 0.69 0.2
Hex 10 36 58 52 27 0 41 D0 45 14
Octal 20 66 130 122 47 0 101 320 105 24
Binary 10000 110110 1011000 1010010 100111 0 1000001 11010000 1000101 10100

Color Harmonies of #103658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103658

Black with #103658

Text Example


Text Example

White with #103658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103658; }

 p { color: rgb(16,54,88); }

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

background-color css

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

 a { background-color: rgb(16,54,88); }

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

border-color css

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

 span { border-color: rgb(16,54,88); }

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