Html Css Color HEX #114F7C Dark Cerulean

📋 copy color: '#114F7C'

red 17 ◦ green 79 ◦ blue 124

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

Shades of Dark Cerulean #114F7C

Tints of Dark Cerulean #114F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

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

R = 7.73%
G = 35.91%
B = 56.36%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#114F7C (or 0x114F7C) is known color: Dark Cerulean. HEX triplet: 11, 4F and 7C. RGB value is (17,79,124). Sum of RGB (Red+Green+Blue) = 17+79+124=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #114F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F7C is #EEB083. Grayscale: #414141. Windows color (decimal): -15642756 or 8146705. OLE color: 8146705.

HSL color Cylindrical-coordinate representation of color #114F7C: hue angle of 205.23º 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 #114F7C is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 79 124 -
CMYK 0.86 0.36 0 0.51
HSL 205.23º 0.76% 0.28% -
HSV(B) 205.23º 0.86% 0.49% -
XYZ 6.67 7.17 20.1 -
YUV 65.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 17 79 124 0.86 0.36 0 0.51 205.23 0.76 0.28
Hex 11 4F 7C 56 24 0 33 CD 4C 1C
Octal 21 117 174 126 44 0 63 315 114 34
Binary 10001 1001111 1111100 1010110 100100 0 110011 11001101 1001100 11100

Color Harmonies of #114F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F7C

Black with #114F7C

Text Example


Text Example

White with #114F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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