Html Css Color HEX #114266 Regal Blue

📋 copy color: '#114266'

red 17 ◦ green 66 ◦ blue 102

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

Shades of Regal Blue #114266

Tints of Regal Blue #114266

RGB

 RED value IS 17 (7.03% from 255) = 9.19%

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 9.19%
G = 35.68%
B = 55.14%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114266 (or 0x114266) is known color: Regal Blue. HEX triplet: 11, 42 and 66. RGB value is (17,66,102). Sum of RGB (Red+Green+Blue) = 17+66+102=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 66 (26.17% from 255 or 35.68% 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 #114266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114266 is #EEBD99. Grayscale: #373737. Windows color (decimal): -15646106 or 6701585. OLE color: 6701585.

HSL color Cylindrical-coordinate representation of color #114266: hue angle of 205.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114266 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 66 102 -
CMYK 0.83 0.35 0 0.6
HSL 205.41º 0.71% 0.23% -
HSV(B) 205.41º 0.83% 0.4% -
XYZ 4.58 4.97 13.29 -
YUV 55.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 17 66 102 0.83 0.35 0 0.6 205.41 0.71 0.23
Hex 11 42 66 53 23 0 3C CD 47 17
Octal 21 102 146 123 43 0 74 315 107 27
Binary 10001 1000010 1100110 1010011 100011 0 111100 11001101 1000111 10111

Color Harmonies of #114266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114266

Black with #114266

Text Example


Text Example

White with #114266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114266; }

 p { color: rgb(17,66,102); }

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

background-color css

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

 a { background-color: rgb(17,66,102); }

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

border-color css

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

 span { border-color: rgb(17,66,102); }

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