Html Css Color HEX #114A7C Dark Cerulean

📋 copy color: '#114A7C'

red 17 ◦ green 74 ◦ blue 124

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

Shades of Dark Cerulean #114A7C

Tints of Dark Cerulean #114A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 7.91%
G = 34.42%
B = 57.67%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#114A7C (or 0x114A7C) is known color: Dark Cerulean. HEX triplet: 11, 4A and 7C. RGB value is (17,74,124). Sum of RGB (Red+Green+Blue) = 17+74+124=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #114A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A7C is #EEB583. Grayscale: #3E3E3E. Windows color (decimal): -15644036 or 8145425. OLE color: 8145425.

HSL color Cylindrical-coordinate representation of color #114A7C: hue angle of 208.04º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114A7C is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 74 124 -
CMYK 0.86 0.40 0 0.51
HSL 208.04º 0.76% 0.28% -
HSV(B) 208.04º 0.86% 0.49% -
XYZ 6.32 6.47 19.99 -
YUV 62.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 17 74 124 0.86 0.40 0 0.51 208.04 0.76 0.28
Hex 11 4A 7C 56 28 0 33 D0 4C 1C
Octal 21 112 174 126 50 0 63 320 114 34
Binary 10001 1001010 1111100 1010110 101000 0 110011 11010000 1001100 11100

Color Harmonies of #114A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A7C

Black with #114A7C

Text Example


Text Example

White with #114A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114A7C; }

 p { color: rgb(17,74,124); }

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

background-color css

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

 a { background-color: rgb(17,74,124); }

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

border-color css

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

 span { border-color: rgb(17,74,124); }

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