Html Css Color HEX #114BA5 Cobalt

📋 copy color: '#114BA5'

red 17 ◦ green 75 ◦ blue 165

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

Shades of Cobalt #114BA5

Tints of Cobalt #114BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 64.2%

R = 6.61%
G = 29.18%
B = 64.2%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#114BA5 (or 0x114BA5) is known color: Cobalt. HEX triplet: 11, 4B and A5. RGB value is (17,75,165). Sum of RGB (Red+Green+Blue) = 17+75+165=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #114BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114BA5 is #EEB45A. Grayscale: #434343. Windows color (decimal): -15643739 or 10832657. OLE color: 10832657.

HSL color Cylindrical-coordinate representation of color #114BA5: hue angle of 216.49º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114BA5 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 75 165 -
CMYK 0.90 0.55 0 0.35
HSL 216.49º 0.81% 0.36% -
HSV(B) 216.49º 0.9% 0.65% -
XYZ 9.54 7.87 36.61 -
YUV 67.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 17 75 165 0.90 0.55 0 0.35 216.49 0.81 0.36
Hex 11 4B A5 5A 37 0 23 D8 51 24
Octal 21 113 245 132 67 0 43 330 121 44
Binary 10001 1001011 10100101 1011010 110111 0 100011 11011000 1010001 100100

Color Harmonies of #114BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BA5

Black with #114BA5

Text Example


Text Example

White with #114BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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