Html Css Color HEX #019DAD Bondi Blue

📋 copy color: '#019DAD'

red 1 ◦ green 157 ◦ blue 173

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

Shades of Bondi Blue #019DAD

Tints of Bondi Blue #019DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.43%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 0.3%
G = 47.43%
B = 52.27%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#019DAD (or 0x019DAD) is known color: Bondi Blue. HEX triplet: 01, 9D and AD. RGB value is (1,157,173). Sum of RGB (Red+Green+Blue) = 1+157+173=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #019DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DAD is #FE6252. Grayscale: #6F6F6F. Windows color (decimal): -16671315 or 11377921. OLE color: 11377921.

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

Color convert

RGB 1 157 173 -
CMYK 0.99 0.09 0 0.32
HSL 185.58º 0.99% 0.34% -
HSV(B) 185.58º 0.99% 0.68% -
XYZ 19.61 27.14 43.74 -
YUV 112.18 162.32 48.7 -
System Red Green Blue C M Y K H S L
Decimal 1 157 173 0.99 0.09 0 0.32 185.58 0.99 0.34
Hex 1 9D AD 63 9 0 20 BA 63 22
Octal 1 235 255 143 11 0 40 272 143 42
Binary 1 10011101 10101101 1100011 1001 0 100000 10111010 1100011 100010

Color Harmonies of #019DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DAD

Black with #019DAD

Text Example


Text Example

White with #019DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,173); }

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

background-color css

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

 a { background-color: rgb(1,157,173); }

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

border-color css

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

 span { border-color: rgb(1,157,173); }

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