Html Css Color HEX #114065 Regal Blue

📋 copy color: '#114065'

red 17 ◦ green 64 ◦ blue 101

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

Shades of Regal Blue #114065

Tints of Regal Blue #114065

RGB

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

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

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

R = 9.34%
G = 35.16%
B = 55.49%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#114065 (or 0x114065) is known color: Regal Blue. HEX triplet: 11, 40 and 65. RGB value is (17,64,101). Sum of RGB (Red+Green+Blue) = 17+64+101=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #114065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114065 is #EEBF9A. Grayscale: #353535. Windows color (decimal): -15646619 or 6635537. OLE color: 6635537.

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

Color convert

RGB 17 64 101 -
CMYK 0.83 0.37 0 0.60
HSL 206.43º 0.71% 0.23% -
HSV(B) 206.43º 0.83% 0.4% -
XYZ 4.41 4.73 12.99 -
YUV 54.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 17 64 101 0.83 0.37 0 0.60 206.43 0.71 0.23
Hex 11 40 65 53 25 0 3C CE 47 17
Octal 21 100 145 123 45 0 74 316 107 27
Binary 10001 1000000 1100101 1010011 100101 0 111100 11001110 1000111 10111

Color Harmonies of #114065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114065

Black with #114065

Text Example


Text Example

White with #114065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114065; }

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

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

background-color css

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

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

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

border-color css

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

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

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