Html Css Color HEX #019FAC Bondi Blue

📋 copy color: '#019FAC'

red 1 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #019FAC

Tints of Bondi Blue #019FAC

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 0.3%
G = 47.89%
B = 51.81%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#019FAC (or 0x019FAC) is known color: Bondi Blue. HEX triplet: 01, 9F and AC. RGB value is (1,159,172). Sum of RGB (Red+Green+Blue) = 1+159+172=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #019FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019FAC is #FE6053. Grayscale: #717171. Windows color (decimal): -16670804 or 11312897. OLE color: 11312897.

HSL color Cylindrical-coordinate representation of color #019FAC: hue angle of 184.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FAC is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 159 172 -
CMYK 0.99 0.08 0 0.33
HSL 184.56º 0.99% 0.34% -
HSV(B) 184.56º 0.99% 0.67% -
XYZ 19.86 27.78 43.35 -
YUV 113.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 1 159 172 0.99 0.08 0 0.33 184.56 0.99 0.34
Hex 1 9F AC 63 8 0 21 B9 63 22
Octal 1 237 254 143 10 0 41 271 143 42
Binary 1 10011111 10101100 1100011 1000 0 100001 10111001 1100011 100010

Color Harmonies of #019FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FAC

Black with #019FAC

Text Example


Text Example

White with #019FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019FAC; }

 p { color: rgb(1,159,172); }

 H1.HeaderClassName
 {
   color: #019FAC;
 }
 .AnyTagClassName
 {
   color: #019FAC;
 }
</style>

background-color css

<style>
 a { background-color: #019FAC; }

 a { background-color: rgb(1,159,172); }

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

border-color css

<style>
 span { border-color: #019FAC; }

 span { border-color: rgb(1,159,172); }

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