Html Css Color HEX #1092BE Bondi Blue

📋 copy color: '#1092BE'

red 16 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #1092BE

Tints of Bondi Blue #1092BE

RGB

 RED value IS 16 (6.64% from 255) = 4.55%

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 4.55%
G = 41.48%
B = 53.98%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1092BE (or 0x1092BE) is known color: Bondi Blue. HEX triplet: 10, 92 and BE. RGB value is (16,146,190). Sum of RGB (Red+Green+Blue) = 16+146+190=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #1092BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1092BE is #EF6D41. Grayscale: #6F6F6F. Windows color (decimal): -15691074 or 12489232. OLE color: 12489232.

HSL color Cylindrical-coordinate representation of color #1092BE: hue angle of 195.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1092BE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 146 190 -
CMYK 0.92 0.23 0 0.25
HSL 195.17º 0.84% 0.4% -
HSV(B) 195.17º 0.92% 0.75% -
XYZ 19.79 24.39 52.38 -
YUV 112.15 171.93 59.42 -
System Red Green Blue C M Y K H S L
Decimal 16 146 190 0.92 0.23 0 0.25 195.17 0.84 0.4
Hex 10 92 BE 5C 17 0 19 C3 54 28
Octal 20 222 276 134 27 0 31 303 124 50
Binary 10000 10010010 10111110 1011100 10111 0 11001 11000011 1010100 101000

Color Harmonies of #1092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1092BE

Black with #1092BE

Text Example


Text Example

White with #1092BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,146,190); }

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

background-color css

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

 a { background-color: rgb(16,146,190); }

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

border-color css

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

 span { border-color: rgb(16,146,190); }

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