Html Css Color HEX #114CB0 Cobalt

📋 copy color: '#114CB0'

red 17 ◦ green 76 ◦ blue 176

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

Shades of Cobalt #114CB0

Tints of Cobalt #114CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 176 (69.14% from 255) = 65.43%

R = 6.32%
G = 28.25%
B = 65.43%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#114CB0 (or 0x114CB0) is known color: Cobalt. HEX triplet: 11, 4C and B0. RGB value is (17,76,176). Sum of RGB (Red+Green+Blue) = 17+76+176=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #114CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114CB0 is #EEB34F. Grayscale: #454545. Windows color (decimal): -15643472 or 11553809. OLE color: 11553809.

HSL color Cylindrical-coordinate representation of color #114CB0: hue angle of 217.74º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114CB0 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 76 176 -
CMYK 0.90 0.57 0 0.31
HSL 217.74º 0.82% 0.38% -
HSV(B) 217.74º 0.9% 0.69% -
XYZ 10.65 8.42 42.14 -
YUV 69.76 187.95 90.37 -
System Red Green Blue C M Y K H S L
Decimal 17 76 176 0.90 0.57 0 0.31 217.74 0.82 0.38
Hex 11 4C B0 5A 39 0 1F DA 52 26
Octal 21 114 260 132 71 0 37 332 122 46
Binary 10001 1001100 10110000 1011010 111001 0 11111 11011010 1010010 100110

Color Harmonies of #114CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CB0

Black with #114CB0

Text Example


Text Example

White with #114CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,176); }

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

background-color css

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

 a { background-color: rgb(17,76,176); }

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

border-color css

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

 span { border-color: rgb(17,76,176); }

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