Html Css Color HEX #019DA8 Bondi Blue

📋 copy color: '#019DA8'

red 1 ◦ green 157 ◦ blue 168

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

Shades of Bondi Blue #019DA8

Tints of Bondi Blue #019DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 51.53%

R = 0.31%
G = 48.16%
B = 51.53%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#019DA8 (or 0x019DA8) is known color: Bondi Blue. HEX triplet: 01, 9D and A8. RGB value is (1,157,168). Sum of RGB (Red+Green+Blue) = 1+157+168=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #019DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DA8 is #FE6257. Grayscale: #6F6F6F. Windows color (decimal): -16671320 or 11050241. OLE color: 11050241.

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

Color convert

RGB 1 157 168 -
CMYK 0.99 0.07 0 0.34
HSL 183.95º 0.99% 0.33% -
HSV(B) 183.95º 0.99% 0.66% -
XYZ 19.14 26.95 41.24 -
YUV 111.61 159.82 49.11 -
System Red Green Blue C M Y K H S L
Decimal 1 157 168 0.99 0.07 0 0.34 183.95 0.99 0.33
Hex 1 9D A8 63 7 0 22 B8 63 21
Octal 1 235 250 143 7 0 42 270 143 41
Binary 1 10011101 10101000 1100011 111 0 100010 10111000 1100011 100001

Color Harmonies of #019DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DA8

Black with #019DA8

Text Example


Text Example

White with #019DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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