Html Css Color HEX #1190BD Bondi Blue

📋 copy color: '#1190BD'

red 17 ◦ green 144 ◦ blue 189

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

Shades of Bondi Blue #1190BD

Tints of Bondi Blue #1190BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 4.86%
G = 41.14%
B = 54%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1190BD (or 0x1190BD) is known color: Bondi Blue. HEX triplet: 11, 90 and BD. RGB value is (17,144,189). Sum of RGB (Red+Green+Blue) = 17+144+189=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #1190BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1190BD is #EE6F42. Grayscale: #6E6E6E. Windows color (decimal): -15626051 or 12423185. OLE color: 12423185.

HSL color Cylindrical-coordinate representation of color #1190BD: hue angle of 195.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1190BD is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 144 189 -
CMYK 0.91 0.24 0 0.26
HSL 195.7º 0.83% 0.4% -
HSV(B) 195.7º 0.91% 0.74% -
XYZ 19.39 23.74 51.7 -
YUV 111.16 171.92 60.84 -
System Red Green Blue C M Y K H S L
Decimal 17 144 189 0.91 0.24 0 0.26 195.7 0.83 0.4
Hex 11 90 BD 5B 18 0 1A C4 53 28
Octal 21 220 275 133 30 0 32 304 123 50
Binary 10001 10010000 10111101 1011011 11000 0 11010 11000100 1010011 101000

Color Harmonies of #1190BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190BD

Black with #1190BD

Text Example


Text Example

White with #1190BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1190BD; }

 p { color: rgb(17,144,189); }

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

background-color css

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

 a { background-color: rgb(17,144,189); }

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

border-color css

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

 span { border-color: rgb(17,144,189); }

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