Html Css Color HEX #114CB3 Cobalt

📋 copy color: '#114CB3'

red 17 ◦ green 76 ◦ blue 179

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

Shades of Cobalt #114CB3

Tints of Cobalt #114CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.81%

R = 6.25%
G = 27.94%
B = 65.81%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#114CB3 (or 0x114CB3) is known color: Cobalt. HEX triplet: 11, 4C and B3. RGB value is (17,76,179). Sum of RGB (Red+Green+Blue) = 17+76+179=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #114CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CB3 is #EEB34C. Grayscale: #454545. Windows color (decimal): -15643469 or 11750417. OLE color: 11750417.

HSL color Cylindrical-coordinate representation of color #114CB3: hue angle of 218.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CB3 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 76 179 -
CMYK 0.91 0.58 0 0.30
HSL 218.15º 0.83% 0.38% -
HSV(B) 218.15º 0.91% 0.7% -
XYZ 10.95 8.54 43.72 -
YUV 70.1 189.45 90.12 -
System Red Green Blue C M Y K H S L
Decimal 17 76 179 0.91 0.58 0 0.30 218.15 0.83 0.38
Hex 11 4C B3 5B 3A 0 1E DA 53 26
Octal 21 114 263 133 72 0 36 332 123 46
Binary 10001 1001100 10110011 1011011 111010 0 11110 11011010 1010011 100110

Color Harmonies of #114CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CB3

Black with #114CB3

Text Example


Text Example

White with #114CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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