Html Css Color HEX #138ABA Bondi Blue

📋 copy color: '#138ABA'

red 19 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #138ABA

Tints of Bondi Blue #138ABA

RGB

 RED value IS 19 (7.81% from 255) = 5.54%

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 5.54%
G = 40.23%
B = 54.23%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138ABA (or 0x138ABA) is known color: Bondi Blue. HEX triplet: 13, 8A and BA. RGB value is (19,138,186). Sum of RGB (Red+Green+Blue) = 19+138+186=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #138ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ABA is #EC7545. Grayscale: #6B6B6B. Windows color (decimal): -15496518 or 12225043. OLE color: 12225043.

HSL color Cylindrical-coordinate representation of color #138ABA: hue angle of 197.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138ABA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 138 186 -
CMYK 0.90 0.26 0 0.27
HSL 197.25º 0.81% 0.4% -
HSV(B) 197.25º 0.9% 0.73% -
XYZ 18.22 21.86 49.71 -
YUV 107.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 19 138 186 0.90 0.26 0 0.27 197.25 0.81 0.4
Hex 13 8A BA 5A 1A 0 1B C5 51 28
Octal 23 212 272 132 32 0 33 305 121 50
Binary 10011 10001010 10111010 1011010 11010 0 11011 11000101 1010001 101000

Color Harmonies of #138ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ABA

Black with #138ABA

Text Example


Text Example

White with #138ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138ABA; }

 p { color: rgb(19,138,186); }

 H1.HeaderClassName
 {
   color: #138ABA;
 }
 .AnyTagClassName
 {
   color: #138ABA;
 }
</style>

background-color css

<style>
 a { background-color: #138ABA; }

 a { background-color: rgb(19,138,186); }

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

border-color css

<style>
 span { border-color: #138ABA; }

 span { border-color: rgb(19,138,186); }

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