Html Css Color HEX #114384 Dark Cerulean

📋 copy color: '#114384'

red 17 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #114384

Tints of Dark Cerulean #114384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 7.87%
G = 31.02%
B = 61.11%

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

#114384 (or 0x114384) is known color: Dark Cerulean. HEX triplet: 11, 43 and 84. RGB value is (17,67,132). Sum of RGB (Red+Green+Blue) = 17+67+132=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #114384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114384 is #EEBC7B. Grayscale: #3B3B3B. Windows color (decimal): -15645820 or 8667921. OLE color: 8667921.

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

Color convert

RGB 17 67 132 -
CMYK 0.87 0.49 0 0.48
HSL 213.91º 0.77% 0.29% -
HSV(B) 213.91º 0.87% 0.52% -
XYZ 6.4 5.8 22.61 -
YUV 59.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 17 67 132 0.87 0.49 0 0.48 213.91 0.77 0.29
Hex 11 43 84 57 31 0 30 D6 4D 1D
Octal 21 103 204 127 61 0 60 326 115 35
Binary 10001 1000011 10000100 1010111 110001 0 110000 11010110 1001101 11101

Color Harmonies of #114384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114384

Black with #114384

Text Example


Text Example

White with #114384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114384; }

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

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

background-color css

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

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

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

border-color css

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

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

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