Html Css Color HEX #114269 Regal Blue

📋 copy color: '#114269'

red 17 ◦ green 66 ◦ blue 105

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

Shades of Regal Blue #114269

Tints of Regal Blue #114269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 9.04%
G = 35.11%
B = 55.85%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114269 (or 0x114269) is known color: Regal Blue. HEX triplet: 11, 42 and 69. RGB value is (17,66,105). Sum of RGB (Red+Green+Blue) = 17+66+105=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #114269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114269 is #EEBD96. Grayscale: #373737. Windows color (decimal): -15646103 or 6898193. OLE color: 6898193.

HSL color Cylindrical-coordinate representation of color #114269: hue angle of 206.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114269 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 66 105 -
CMYK 0.84 0.37 0 0.59
HSL 206.59º 0.72% 0.24% -
HSV(B) 206.59º 0.84% 0.41% -
XYZ 4.73 5.04 14.09 -
YUV 55.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 17 66 105 0.84 0.37 0 0.59 206.59 0.72 0.24
Hex 11 42 69 54 25 0 3B CF 48 18
Octal 21 102 151 124 45 0 73 317 110 30
Binary 10001 1000010 1101001 1010100 100101 0 111011 11001111 1001000 11000

Color Harmonies of #114269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114269

Black with #114269

Text Example


Text Example

White with #114269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114269; }

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

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

background-color css

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

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

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

border-color css

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

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

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