Html Css Color HEX #1292BE Bondi Blue

📋 copy color: '#1292BE'

red 18 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #1292BE

Tints of Bondi Blue #1292BE

RGB

 RED value IS 18 (7.42% from 255) = 5.08%

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

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

R = 5.08%
G = 41.24%
B = 53.67%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1292BE (or 0x1292BE) is known color: Bondi Blue. HEX triplet: 12, 92 and BE. RGB value is (18,146,190). Sum of RGB (Red+Green+Blue) = 18+146+190=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #1292BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292BE is #ED6D41. Grayscale: #707070. Windows color (decimal): -15560002 or 12489234. OLE color: 12489234.

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

Color convert

RGB 18 146 190 -
CMYK 0.91 0.23 0 0.25
HSL 195.35º 0.83% 0.41% -
HSV(B) 195.35º 0.91% 0.75% -
XYZ 19.82 24.4 52.38 -
YUV 112.74 171.59 60.42 -
System Red Green Blue C M Y K H S L
Decimal 18 146 190 0.91 0.23 0 0.25 195.35 0.83 0.41
Hex 12 92 BE 5B 17 0 19 C3 53 29
Octal 22 222 276 133 27 0 31 303 123 51
Binary 10010 10010010 10111110 1011011 10111 0 11001 11000011 1010011 101001

Color Harmonies of #1292BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1292BE

Black with #1292BE

Text Example


Text Example

White with #1292BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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