Html Css Color HEX #114B8F Dark Cerulean

📋 copy color: '#114B8F'

red 17 ◦ green 75 ◦ blue 143

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

Shades of Dark Cerulean #114B8F

Tints of Dark Cerulean #114B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.91%

 BLUE value IS 143 (56.25% from 255) = 60.85%

R = 7.23%
G = 31.91%
B = 60.85%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#114B8F (or 0x114B8F) is known color: Dark Cerulean. HEX triplet: 11, 4B and 8F. RGB value is (17,75,143). Sum of RGB (Red+Green+Blue) = 17+75+143=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #114B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114B8F is #EEB470. Grayscale: #414141. Windows color (decimal): -15643761 or 9390865. OLE color: 9390865.

HSL color Cylindrical-coordinate representation of color #114B8F: hue angle of 212.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114B8F is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 75 143 -
CMYK 0.88 0.48 0 0.44
HSL 212.38º 0.79% 0.31% -
HSV(B) 212.38º 0.88% 0.56% -
XYZ 7.71 7.13 26.96 -
YUV 65.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 17 75 143 0.88 0.48 0 0.44 212.38 0.79 0.31
Hex 11 4B 8F 58 30 0 2C D4 4F 1F
Octal 21 113 217 130 60 0 54 324 117 37
Binary 10001 1001011 10001111 1011000 110000 0 101100 11010100 1001111 11111

Color Harmonies of #114B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B8F

Black with #114B8F

Text Example


Text Example

White with #114B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114B8F; }

 p { color: rgb(17,75,143); }

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

background-color css

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

 a { background-color: rgb(17,75,143); }

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

border-color css

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

 span { border-color: rgb(17,75,143); }

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