Html Css Color HEX #019DB1 Bondi Blue

📋 copy color: '#019DB1'

red 1 ◦ green 157 ◦ blue 177

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

Shades of Bondi Blue #019DB1

Tints of Bondi Blue #019DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 0.3%
G = 46.87%
B = 52.84%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#019DB1 (or 0x019DB1) is known color: Bondi Blue. HEX triplet: 01, 9D and B1. RGB value is (1,157,177). Sum of RGB (Red+Green+Blue) = 1+157+177=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #019DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DB1 is #FE624E. Grayscale: #707070. Windows color (decimal): -16671311 or 11640065. OLE color: 11640065.

HSL color Cylindrical-coordinate representation of color #019DB1: hue angle of 186.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DB1 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 157 177 -
CMYK 0.99 0.11 0 0.31
HSL 186.82º 0.99% 0.35% -
HSV(B) 186.82º 0.99% 0.69% -
XYZ 20.01 27.29 45.81 -
YUV 112.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 1 157 177 0.99 0.11 0 0.31 186.82 0.99 0.35
Hex 1 9D B1 63 B 0 1F BB 63 23
Octal 1 235 261 143 13 0 37 273 143 43
Binary 1 10011101 10110001 1100011 1011 0 11111 10111011 1100011 100011

Color Harmonies of #019DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DB1

Black with #019DB1

Text Example


Text Example

White with #019DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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