Html Css Color HEX #114485 Dark Cerulean

📋 copy color: '#114485'

red 17 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #114485

Tints of Dark Cerulean #114485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 7.8%
G = 31.19%
B = 61.01%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#114485 (or 0x114485) is known color: Dark Cerulean. HEX triplet: 11, 44 and 85. RGB value is (17,68,133). Sum of RGB (Red+Green+Blue) = 17+68+133=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #114485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114485 is #EEBB7A. Grayscale: #3B3B3B. Windows color (decimal): -15645563 or 8733713. OLE color: 8733713.

HSL color Cylindrical-coordinate representation of color #114485: hue angle of 213.62º 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 #114485 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 68 133 -
CMYK 0.87 0.49 0 0.48
HSL 213.62º 0.77% 0.29% -
HSV(B) 213.62º 0.87% 0.52% -
XYZ 6.53 5.95 22.99 -
YUV 60.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 17 68 133 0.87 0.49 0 0.48 213.62 0.77 0.29
Hex 11 44 85 57 31 0 30 D6 4D 1D
Octal 21 104 205 127 61 0 60 326 115 35
Binary 10001 1000100 10000101 1010111 110001 0 110000 11010110 1001101 11101

Color Harmonies of #114485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114485

Black with #114485

Text Example


Text Example

White with #114485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114485; }

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

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

background-color css

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

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

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

border-color css

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

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

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