Html Css Color HEX #1295B3 Bondi Blue

📋 copy color: '#1295B3'

red 18 ◦ green 149 ◦ blue 179

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

Shades of Bondi Blue #1295B3

Tints of Bondi Blue #1295B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 5.2%
G = 43.06%
B = 51.73%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1295B3 (or 0x1295B3) is known color: Bondi Blue. HEX triplet: 12, 95 and B3. RGB value is (18,149,179). Sum of RGB (Red+Green+Blue) = 18+149+179=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #1295B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295B3 is #ED6A4C. Grayscale: #717171. Windows color (decimal): -15559245 or 11769106. OLE color: 11769106.

HSL color Cylindrical-coordinate representation of color #1295B3: hue angle of 191.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295B3 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 149 179 -
CMYK 0.90 0.17 0 0.30
HSL 191.18º 0.82% 0.39% -
HSV(B) 191.18º 0.9% 0.7% -
XYZ 19.13 24.88 46.44 -
YUV 113.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 18 149 179 0.90 0.17 0 0.30 191.18 0.82 0.39
Hex 12 95 B3 5A 11 0 1E BF 52 27
Octal 22 225 263 132 21 0 36 277 122 47
Binary 10010 10010101 10110011 1011010 10001 0 11110 10111111 1010010 100111

Color Harmonies of #1295B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295B3

Black with #1295B3

Text Example


Text Example

White with #1295B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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