Html Css Color HEX #114369 Regal Blue

📋 copy color: '#114369'

red 17 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #114369

Tints of Regal Blue #114369

RGB

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

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

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

R = 8.99%
G = 35.45%
B = 55.56%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114369 (or 0x114369) is known color: Regal Blue. HEX triplet: 11, 43 and 69. RGB value is (17,67,105). Sum of RGB (Red+Green+Blue) = 17+67+105=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #114369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114369 is #EEBC96. Grayscale: #383838. Windows color (decimal): -15645847 or 6898449. OLE color: 6898449.

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

Color convert

RGB 17 67 105 -
CMYK 0.84 0.36 0 0.59
HSL 205.91º 0.72% 0.24% -
HSV(B) 205.91º 0.84% 0.41% -
XYZ 4.79 5.15 14.11 -
YUV 56.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 17 67 105 0.84 0.36 0 0.59 205.91 0.72 0.24
Hex 11 43 69 54 24 0 3B CE 48 18
Octal 21 103 151 124 44 0 73 316 110 30
Binary 10001 1000011 1101001 1010100 100100 0 111011 11001110 1001000 11000

Color Harmonies of #114369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114369

Black with #114369

Text Example


Text Example

White with #114369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114369; }

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

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

background-color css

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

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

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

border-color css

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

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

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