Html Css Color HEX #114264 Regal Blue

📋 copy color: '#114264'

red 17 ◦ green 66 ◦ blue 100

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

Shades of Regal Blue #114264

Tints of Regal Blue #114264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.64%

R = 9.29%
G = 36.07%
B = 54.64%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#114264 (or 0x114264) is known color: Regal Blue. HEX triplet: 11, 42 and 64. RGB value is (17,66,100). Sum of RGB (Red+Green+Blue) = 17+66+100=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #114264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114264 is #EEBD9B. Grayscale: #373737. Windows color (decimal): -15646108 or 6570513. OLE color: 6570513.

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

Color convert

RGB 17 66 100 -
CMYK 0.83 0.34 0 0.61
HSL 204.58º 0.71% 0.23% -
HSV(B) 204.58º 0.83% 0.39% -
XYZ 4.48 4.94 12.77 -
YUV 55.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 17 66 100 0.83 0.34 0 0.61 204.58 0.71 0.23
Hex 11 42 64 53 22 0 3D CD 47 17
Octal 21 102 144 123 42 0 75 315 107 27
Binary 10001 1000010 1100100 1010011 100010 0 111101 11001101 1000111 10111

Color Harmonies of #114264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114264

Black with #114264

Text Example


Text Example

White with #114264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114264; }

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

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

background-color css

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

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

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

border-color css

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

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

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