Html Css Color HEX #0193C0 Bondi Blue

📋 copy color: '#0193C0'

red 1 ◦ green 147 ◦ blue 192

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

Shades of Bondi Blue #0193C0

Tints of Bondi Blue #0193C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.47%

R = 0.29%
G = 43.24%
B = 56.47%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0193C0 (or 0x0193C0) is known color: Bondi Blue. HEX triplet: 01, 93 and C0. RGB value is (1,147,192). Sum of RGB (Red+Green+Blue) = 1+147+192=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #0193C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0193C0 is #FE6C3F. Grayscale: #6C6C6C. Windows color (decimal): -16673856 or 12620545. OLE color: 12620545.

HSL color Cylindrical-coordinate representation of color #0193C0: hue angle of 194.14º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0193C0 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 147 192 -
CMYK 0.99 0.23 0 0.25
HSL 194.14º 0.99% 0.38% -
HSV(B) 194.14º 0.99% 0.75% -
XYZ 19.96 24.68 53.58 -
YUV 108.48 175.13 51.34 -
System Red Green Blue C M Y K H S L
Decimal 1 147 192 0.99 0.23 0 0.25 194.14 0.99 0.38
Hex 1 93 C0 63 17 0 19 C2 63 26
Octal 1 223 300 143 27 0 31 302 143 46
Binary 1 10010011 11000000 1100011 10111 0 11001 11000010 1100011 100110

Color Harmonies of #0193C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193C0

Black with #0193C0

Text Example


Text Example

White with #0193C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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