Html Css Color HEX #114381 Dark Cerulean

📋 copy color: '#114381'

red 17 ◦ green 67 ◦ blue 129

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

Shades of Dark Cerulean #114381

Tints of Dark Cerulean #114381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.56%

R = 7.98%
G = 31.46%
B = 60.56%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#114381 (or 0x114381) is known color: Dark Cerulean. HEX triplet: 11, 43 and 81. RGB value is (17,67,129). Sum of RGB (Red+Green+Blue) = 17+67+129=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #114381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114381 is #EEBC7E. Grayscale: #3A3A3A. Windows color (decimal): -15645823 or 8471313. OLE color: 8471313.

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

Color convert

RGB 17 67 129 -
CMYK 0.87 0.48 0 0.49
HSL 213.21º 0.77% 0.29% -
HSV(B) 213.21º 0.87% 0.51% -
XYZ 6.2 5.72 21.55 -
YUV 59.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 17 67 129 0.87 0.48 0 0.49 213.21 0.77 0.29
Hex 11 43 81 57 30 0 31 D5 4D 1D
Octal 21 103 201 127 60 0 61 325 115 35
Binary 10001 1000011 10000001 1010111 110000 0 110001 11010101 1001101 11101

Color Harmonies of #114381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114381

Black with #114381

Text Example


Text Example

White with #114381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114381; }

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

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

background-color css

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

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

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

border-color css

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

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

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