Html Css Color HEX #1293BE Bondi Blue

📋 copy color: '#1293BE'

red 18 ◦ green 147 ◦ blue 190

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

Shades of Bondi Blue #1293BE

Tints of Bondi Blue #1293BE

RGB

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

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

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

R = 5.07%
G = 41.41%
B = 53.52%

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

#1293BE (or 0x1293BE) is known color: Bondi Blue. HEX triplet: 12, 93 and BE. RGB value is (18,147,190). Sum of RGB (Red+Green+Blue) = 18+147+190=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #1293BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293BE is #ED6C41. Grayscale: #717171. Windows color (decimal): -15559746 or 12489490. OLE color: 12489490.

HSL color Cylindrical-coordinate representation of color #1293BE: hue angle of 195º 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 #1293BE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 147 190 -
CMYK 0.91 0.23 0 0.25
HSL 195º 0.83% 0.41% -
HSV(B) 195º 0.91% 0.75% -
XYZ 19.98 24.71 52.43 -
YUV 113.33 171.26 60 -
System Red Green Blue C M Y K H S L
Decimal 18 147 190 0.91 0.23 0 0.25 195 0.83 0.41
Hex 12 93 BE 5B 17 0 19 C3 53 29
Octal 22 223 276 133 27 0 31 303 123 51
Binary 10010 10010011 10111110 1011011 10111 0 11001 11000011 1010011 101001

Color Harmonies of #1293BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293BE

Black with #1293BE

Text Example


Text Example

White with #1293BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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