Html Css Color HEX #104366 Regal Blue

📋 copy color: '#104366'

red 16 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #104366

Tints of Regal Blue #104366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 8.65%
G = 36.22%
B = 55.14%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104366 (or 0x104366) is known color: Regal Blue. HEX triplet: 10, 43 and 66. RGB value is (16,67,102). Sum of RGB (Red+Green+Blue) = 16+67+102=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #104366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104366 is #EFBC99. Grayscale: #373737. Windows color (decimal): -15711386 or 6701840. OLE color: 6701840.

HSL color Cylindrical-coordinate representation of color #104366: hue angle of 204.42º 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 #104366 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 67 102 -
CMYK 0.84 0.34 0 0.6
HSL 204.42º 0.73% 0.23% -
HSV(B) 204.42º 0.84% 0.4% -
XYZ 4.62 5.08 13.31 -
YUV 55.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 16 67 102 0.84 0.34 0 0.6 204.42 0.73 0.23
Hex 10 43 66 54 22 0 3C CC 49 17
Octal 20 103 146 124 42 0 74 314 111 27
Binary 10000 1000011 1100110 1010100 100010 0 111100 11001100 1001001 10111

Color Harmonies of #104366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104366

Black with #104366

Text Example


Text Example

White with #104366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104366; }

 p { color: rgb(16,67,102); }

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

background-color css

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

 a { background-color: rgb(16,67,102); }

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

border-color css

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

 span { border-color: rgb(16,67,102); }

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