Html Css Color HEX #114066 Regal Blue

📋 copy color: '#114066'

red 17 ◦ green 64 ◦ blue 102

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

Shades of Regal Blue #114066

Tints of Regal Blue #114066

RGB

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

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

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

R = 9.29%
G = 34.97%
B = 55.74%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114066 (or 0x114066) is known color: Regal Blue. HEX triplet: 11, 40 and 66. RGB value is (17,64,102). Sum of RGB (Red+Green+Blue) = 17+64+102=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #114066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114066 is #EEBF99. Grayscale: #363636. Windows color (decimal): -15646618 or 6701073. OLE color: 6701073.

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

Color convert

RGB 17 64 102 -
CMYK 0.83 0.37 0 0.6
HSL 206.82º 0.71% 0.23% -
HSV(B) 206.82º 0.83% 0.4% -
XYZ 4.46 4.75 13.25 -
YUV 54.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 17 64 102 0.83 0.37 0 0.6 206.82 0.71 0.23
Hex 11 40 66 53 25 0 3C CF 47 17
Octal 21 100 146 123 45 0 74 317 107 27
Binary 10001 1000000 1100110 1010011 100101 0 111100 11001111 1000111 10111

Color Harmonies of #114066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114066

Black with #114066

Text Example


Text Example

White with #114066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114066; }

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

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

background-color css

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

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

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

border-color css

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

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

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