Html Css Color HEX #1295AF Bondi Blue

📋 copy color: '#1295AF'

red 18 ◦ green 149 ◦ blue 175

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

Shades of Bondi Blue #1295AF

Tints of Bondi Blue #1295AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 5.26%
G = 43.57%
B = 51.17%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1295AF (or 0x1295AF) is known color: Bondi Blue. HEX triplet: 12, 95 and AF. RGB value is (18,149,175). Sum of RGB (Red+Green+Blue) = 18+149+175=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #1295AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295AF is #ED6A50. Grayscale: #707070. Windows color (decimal): -15559249 or 11506962. OLE color: 11506962.

HSL color Cylindrical-coordinate representation of color #1295AF: hue angle of 189.94º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295AF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 149 175 -
CMYK 0.90 0.15 0 0.31
HSL 189.94º 0.81% 0.38% -
HSV(B) 189.94º 0.9% 0.69% -
XYZ 18.73 24.72 44.34 -
YUV 112.8 163.1 60.39 -
System Red Green Blue C M Y K H S L
Decimal 18 149 175 0.90 0.15 0 0.31 189.94 0.81 0.38
Hex 12 95 AF 5A F 0 1F BE 51 26
Octal 22 225 257 132 17 0 37 276 121 46
Binary 10010 10010101 10101111 1011010 1111 0 11111 10111110 1010001 100110

Color Harmonies of #1295AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295AF

Black with #1295AF

Text Example


Text Example

White with #1295AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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