Html Css Color HEX #104065 Regal Blue

📋 copy color: '#104065'

red 16 ◦ green 64 ◦ blue 101

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

Shades of Regal Blue #104065

Tints of Regal Blue #104065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 101 (39.84% from 255) = 55.8%

R = 8.84%
G = 35.36%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104065 (or 0x104065) is known color: Regal Blue. HEX triplet: 10, 40 and 65. RGB value is (16,64,101). Sum of RGB (Red+Green+Blue) = 16+64+101=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #104065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104065 is #EFBF9A. Grayscale: #353535. Windows color (decimal): -15712155 or 6635536. OLE color: 6635536.

HSL color Cylindrical-coordinate representation of color #104065: hue angle of 206.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104065 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 64 101 -
CMYK 0.84 0.37 0 0.60
HSL 206.12º 0.73% 0.23% -
HSV(B) 206.12º 0.84% 0.4% -
XYZ 4.4 4.72 12.99 -
YUV 53.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 16 64 101 0.84 0.37 0 0.60 206.12 0.73 0.23
Hex 10 40 65 54 25 0 3C CE 49 17
Octal 20 100 145 124 45 0 74 316 111 27
Binary 10000 1000000 1100101 1010100 100101 0 111100 11001110 1001001 10111

Color Harmonies of #104065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104065

Black with #104065

Text Example


Text Example

White with #104065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104065; }

 p { color: rgb(16,64,101); }

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

background-color css

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

 a { background-color: rgb(16,64,101); }

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

border-color css

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

 span { border-color: rgb(16,64,101); }

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