Html Css Color HEX #1293BA Bondi Blue

📋 copy color: '#1293BA'

red 18 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #1293BA

Tints of Bondi Blue #1293BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 5.13%
G = 41.88%
B = 52.99%

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

#1293BA (or 0x1293BA) is known color: Bondi Blue. HEX triplet: 12, 93 and BA. RGB value is (18,147,186). Sum of RGB (Red+Green+Blue) = 18+147+186=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #1293BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293BA is #ED6C45. Grayscale: #707070. Windows color (decimal): -15559750 or 12227346. OLE color: 12227346.

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

Color convert

RGB 18 147 186 -
CMYK 0.90 0.21 0 0.27
HSL 193.93º 0.82% 0.4% -
HSV(B) 193.93º 0.9% 0.73% -
XYZ 19.55 24.54 50.16 -
YUV 112.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 18 147 186 0.90 0.21 0 0.27 193.93 0.82 0.4
Hex 12 93 BA 5A 15 0 1B C2 52 28
Octal 22 223 272 132 25 0 33 302 122 50
Binary 10010 10010011 10111010 1011010 10101 0 11011 11000010 1010010 101000

Color Harmonies of #1293BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293BA

Black with #1293BA

Text Example


Text Example

White with #1293BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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