Html Css Color HEX #0190BE Bondi Blue

📋 copy color: '#0190BE'

red 1 ◦ green 144 ◦ blue 190

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

Shades of Bondi Blue #0190BE

Tints of Bondi Blue #0190BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 0.3%
G = 42.99%
B = 56.72%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0190BE (or 0x0190BE) is known color: Bondi Blue. HEX triplet: 01, 90 and BE. RGB value is (1,144,190). Sum of RGB (Red+Green+Blue) = 1+144+190=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #0190BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0190BE is #FE6F41. Grayscale: #6A6A6A. Windows color (decimal): -16674626 or 12488705. OLE color: 12488705.

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

Color convert

RGB 1 144 190 -
CMYK 0.99 0.24 0 0.25
HSL 194.6º 0.99% 0.37% -
HSV(B) 194.6º 0.99% 0.75% -
XYZ 19.28 23.67 52.27 -
YUV 106.49 175.12 52.76 -
System Red Green Blue C M Y K H S L
Decimal 1 144 190 0.99 0.24 0 0.25 194.6 0.99 0.37
Hex 1 90 BE 63 18 0 19 C3 63 25
Octal 1 220 276 143 30 0 31 303 143 45
Binary 1 10010000 10111110 1100011 11000 0 11001 11000011 1100011 100101

Color Harmonies of #0190BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0190BE

Black with #0190BE

Text Example


Text Example

White with #0190BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0190BE; }

 p { color: rgb(1,144,190); }

 H1.HeaderClassName
 {
   color: #0190BE;
 }
 .AnyTagClassName
 {
   color: #0190BE;
 }
</style>

background-color css

<style>
 a { background-color: #0190BE; }

 a { background-color: rgb(1,144,190); }

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

border-color css

<style>
 span { border-color: #0190BE; }

 span { border-color: rgb(1,144,190); }

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