Html Css Color HEX #0193BB Bondi Blue

📋 copy color: '#0193BB'

red 1 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0193BB

Tints of Bondi Blue #0193BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 0.3%
G = 43.88%
B = 55.82%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0193BB (or 0x0193BB) is known color: Bondi Blue. HEX triplet: 01, 93 and BB. RGB value is (1,147,187). Sum of RGB (Red+Green+Blue) = 1+147+187=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #0193BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193BB is #FE6C44. Grayscale: #6B6B6B. Windows color (decimal): -16673861 or 12292865. OLE color: 12292865.

HSL color Cylindrical-coordinate representation of color #0193BB: hue angle of 192.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0193BB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 147 187 -
CMYK 0.99 0.21 0 0.27
HSL 192.9º 0.99% 0.37% -
HSV(B) 192.9º 0.99% 0.73% -
XYZ 19.42 24.46 50.71 -
YUV 107.91 172.63 51.75 -
System Red Green Blue C M Y K H S L
Decimal 1 147 187 0.99 0.21 0 0.27 192.9 0.99 0.37
Hex 1 93 BB 63 15 0 1B C1 63 25
Octal 1 223 273 143 25 0 33 301 143 45
Binary 1 10010011 10111011 1100011 10101 0 11011 11000001 1100011 100101

Color Harmonies of #0193BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193BB

Black with #0193BB

Text Example


Text Example

White with #0193BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0193BB; }

 p { color: rgb(1,147,187); }

 H1.HeaderClassName
 {
   color: #0193BB;
 }
 .AnyTagClassName
 {
   color: #0193BB;
 }
</style>

background-color css

<style>
 a { background-color: #0193BB; }

 a { background-color: rgb(1,147,187); }

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

border-color css

<style>
 span { border-color: #0193BB; }

 span { border-color: rgb(1,147,187); }

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