Html Css Color HEX #1390BB Bondi Blue

📋 copy color: '#1390BB'

red 19 ◦ green 144 ◦ blue 187

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

Shades of Bondi Blue #1390BB

Tints of Bondi Blue #1390BB

RGB

 RED value IS 19 (7.81% from 255) = 5.43%

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 5.43%
G = 41.14%
B = 53.43%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1390BB (or 0x1390BB) is known color: Bondi Blue. HEX triplet: 13, 90 and BB. RGB value is (19,144,187). Sum of RGB (Red+Green+Blue) = 19+144+187=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #1390BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390BB is #EC6F44. Grayscale: #6F6F6F. Windows color (decimal): -15494981 or 12292115. OLE color: 12292115.

HSL color Cylindrical-coordinate representation of color #1390BB: hue angle of 195.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1390BB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 144 187 -
CMYK 0.90 0.23 0 0.27
HSL 195.36º 0.82% 0.4% -
HSV(B) 195.36º 0.9% 0.73% -
XYZ 19.21 23.67 50.57 -
YUV 111.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 19 144 187 0.90 0.23 0 0.27 195.36 0.82 0.4
Hex 13 90 BB 5A 17 0 1B C3 52 28
Octal 23 220 273 132 27 0 33 303 122 50
Binary 10011 10010000 10111011 1011010 10111 0 11011 11000011 1010010 101000

Color Harmonies of #1390BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1390BB

Black with #1390BB

Text Example


Text Example

White with #1390BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1390BB; }

 p { color: rgb(19,144,187); }

 H1.HeaderClassName
 {
   color: #1390BB;
 }
 .AnyTagClassName
 {
   color: #1390BB;
 }
</style>

background-color css

<style>
 a { background-color: #1390BB; }

 a { background-color: rgb(19,144,187); }

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

border-color css

<style>
 span { border-color: #1390BB; }

 span { border-color: rgb(19,144,187); }

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