Html Css Color HEX #1293BB Bondi Blue

📋 copy color: '#1293BB'

red 18 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #1293BB

Tints of Bondi Blue #1293BB

RGB

 RED value IS 18 (7.42% from 255) = 5.11%

 GREEN value IS 147 (57.81% from 255) = 41.76%

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

R = 5.11%
G = 41.76%
B = 53.13%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1293BB (or 0x1293BB) is known color: Bondi Blue. HEX triplet: 12, 93 and BB. RGB value is (18,147,187). Sum of RGB (Red+Green+Blue) = 18+147+187=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1293BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293BB is #ED6C44. Grayscale: #707070. Windows color (decimal): -15559749 or 12292882. OLE color: 12292882.

HSL color Cylindrical-coordinate representation of color #1293BB: hue angle of 194.2º 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 #1293BB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 147 187 -
CMYK 0.90 0.21 0 0.27
HSL 194.2º 0.82% 0.4% -
HSV(B) 194.2º 0.9% 0.73% -
XYZ 19.65 24.58 50.72 -
YUV 112.99 169.76 60.25 -
System Red Green Blue C M Y K H S L
Decimal 18 147 187 0.90 0.21 0 0.27 194.2 0.82 0.4
Hex 12 93 BB 5A 15 0 1B C2 52 28
Octal 22 223 273 132 25 0 33 302 122 50
Binary 10010 10010011 10111011 1011010 10101 0 11011 11000010 1010010 101000

Color Harmonies of #1293BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293BB

Black with #1293BB

Text Example


Text Example

White with #1293BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,147,187); }

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

background-color css

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

 a { background-color: rgb(18,147,187); }

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

border-color css

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

 span { border-color: rgb(18,147,187); }

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