Html Css Color HEX #1295BD Bondi Blue

📋 copy color: '#1295BD'

red 18 ◦ green 149 ◦ blue 189

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

Shades of Bondi Blue #1295BD

Tints of Bondi Blue #1295BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 5.06%
G = 41.85%
B = 53.09%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1295BD (or 0x1295BD) is known color: Bondi Blue. HEX triplet: 12, 95 and BD. RGB value is (18,149,189). Sum of RGB (Red+Green+Blue) = 18+149+189=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #1295BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295BD is #ED6A42. Grayscale: #727272. Windows color (decimal): -15559235 or 12424466. OLE color: 12424466.

HSL color Cylindrical-coordinate representation of color #1295BD: hue angle of 194.04º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295BD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 149 189 -
CMYK 0.90 0.21 0 0.26
HSL 194.04º 0.83% 0.41% -
HSV(B) 194.04º 0.9% 0.74% -
XYZ 20.18 25.3 51.96 -
YUV 114.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 18 149 189 0.90 0.21 0 0.26 194.04 0.83 0.41
Hex 12 95 BD 5A 15 0 1A C2 53 29
Octal 22 225 275 132 25 0 32 302 123 51
Binary 10010 10010101 10111101 1011010 10101 0 11010 11000010 1010011 101001

Color Harmonies of #1295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295BD

Black with #1295BD

Text Example


Text Example

White with #1295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1295BD; }

 p { color: rgb(18,149,189); }

 H1.HeaderClassName
 {
   color: #1295BD;
 }
 .AnyTagClassName
 {
   color: #1295BD;
 }
</style>

background-color css

<style>
 a { background-color: #1295BD; }

 a { background-color: rgb(18,149,189); }

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

border-color css

<style>
 span { border-color: #1295BD; }

 span { border-color: rgb(18,149,189); }

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