Html Css Color HEX #114374 Dark Cerulean

📋 copy color: '#114374'

red 17 ◦ green 67 ◦ blue 116

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

Shades of Dark Cerulean #114374

Tints of Dark Cerulean #114374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58%

R = 8.5%
G = 33.5%
B = 58%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#114374 (or 0x114374) is known color: Dark Cerulean. HEX triplet: 11, 43 and 74. RGB value is (17,67,116). Sum of RGB (Red+Green+Blue) = 17+67+116=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #114374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114374 is #EEBC8B. Grayscale: #393939. Windows color (decimal): -15645836 or 7619345. OLE color: 7619345.

HSL color Cylindrical-coordinate representation of color #114374: hue angle of 209.7º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114374 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 67 116 -
CMYK 0.85 0.42 0 0.55
HSL 209.7º 0.74% 0.26% -
HSV(B) 209.7º 0.85% 0.45% -
XYZ 5.39 5.39 17.28 -
YUV 57.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 17 67 116 0.85 0.42 0 0.55 209.7 0.74 0.26
Hex 11 43 74 55 2A 0 37 D2 4A 1A
Octal 21 103 164 125 52 0 67 322 112 32
Binary 10001 1000011 1110100 1010101 101010 0 110111 11010010 1001010 11010

Color Harmonies of #114374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114374

Black with #114374

Text Example


Text Example

White with #114374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114374; }

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

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

background-color css

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

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

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

border-color css

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

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

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