Html Css Color HEX #1293AD Bondi Blue

📋 copy color: '#1293AD'

red 18 ◦ green 147 ◦ blue 173

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

Shades of Bondi Blue #1293AD

Tints of Bondi Blue #1293AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 5.33%
G = 43.49%
B = 51.18%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1293AD (or 0x1293AD) is known color: Bondi Blue. HEX triplet: 12, 93 and AD. RGB value is (18,147,173). Sum of RGB (Red+Green+Blue) = 18+147+173=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #1293AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1293AD is #ED6C52. Grayscale: #6F6F6F. Windows color (decimal): -15559763 or 11375378. OLE color: 11375378.

HSL color Cylindrical-coordinate representation of color #1293AD: hue angle of 190.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1293AD is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 147 173 -
CMYK 0.90 0.15 0 0.32
HSL 190.06º 0.81% 0.37% -
HSV(B) 190.06º 0.9% 0.68% -
XYZ 18.23 24.01 43.21 -
YUV 111.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 18 147 173 0.90 0.15 0 0.32 190.06 0.81 0.37
Hex 12 93 AD 5A F 0 20 BE 51 25
Octal 22 223 255 132 17 0 40 276 121 45
Binary 10010 10010011 10101101 1011010 1111 0 100000 10111110 1010001 100101

Color Harmonies of #1293AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293AD

Black with #1293AD

Text Example


Text Example

White with #1293AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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