Html Css Color HEX #1290BA Bondi Blue

📋 copy color: '#1290BA'

red 18 ◦ green 144 ◦ blue 186

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

Shades of Bondi Blue #1290BA

Tints of Bondi Blue #1290BA

RGB

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

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

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

R = 5.17%
G = 41.38%
B = 53.45%

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

#1290BA (or 0x1290BA) is known color: Bondi Blue. HEX triplet: 12, 90 and BA. RGB value is (18,144,186). Sum of RGB (Red+Green+Blue) = 18+144+186=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #1290BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290BA is #ED6F45. Grayscale: #6E6E6E. Windows color (decimal): -15560518 or 12226578. OLE color: 12226578.

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

Color convert

RGB 18 144 186 -
CMYK 0.90 0.23 0 0.27
HSL 195º 0.82% 0.4% -
HSV(B) 195º 0.9% 0.73% -
XYZ 19.09 23.62 50.01 -
YUV 111.11 170.26 61.58 -
System Red Green Blue C M Y K H S L
Decimal 18 144 186 0.90 0.23 0 0.27 195 0.82 0.4
Hex 12 90 BA 5A 17 0 1B C3 52 28
Octal 22 220 272 132 27 0 33 303 122 50
Binary 10010 10010000 10111010 1011010 10111 0 11011 11000011 1010010 101000

Color Harmonies of #1290BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290BA

Black with #1290BA

Text Example


Text Example

White with #1290BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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