Html Css Color HEX #114185 Dark Cerulean

📋 copy color: '#114185'

red 17 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #114185

Tints of Dark Cerulean #114185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 7.91%
G = 30.23%
B = 61.86%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#114185 (or 0x114185) is known color: Dark Cerulean. HEX triplet: 11, 41 and 85. RGB value is (17,65,133). Sum of RGB (Red+Green+Blue) = 17+65+133=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #114185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114185 is #EEBE7A. Grayscale: #3A3A3A. Windows color (decimal): -15646331 or 8732945. OLE color: 8732945.

HSL color Cylindrical-coordinate representation of color #114185: hue angle of 215.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114185 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 65 133 -
CMYK 0.87 0.51 0 0.48
HSL 215.17º 0.77% 0.29% -
HSV(B) 215.17º 0.87% 0.52% -
XYZ 6.36 5.59 22.93 -
YUV 58.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 17 65 133 0.87 0.51 0 0.48 215.17 0.77 0.29
Hex 11 41 85 57 33 0 30 D7 4D 1D
Octal 21 101 205 127 63 0 60 327 115 35
Binary 10001 1000001 10000101 1010111 110011 0 110000 11010111 1001101 11101

Color Harmonies of #114185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114185

Black with #114185

Text Example


Text Example

White with #114185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114185; }

 p { color: rgb(17,65,133); }

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

background-color css

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

 a { background-color: rgb(17,65,133); }

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

border-color css

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

 span { border-color: rgb(17,65,133); }

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