#138AB3

Color #138AB3 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #138AB3

Tints of Bondi Blue #138AB3

Color information

#138AB3 (or 0x138AB3) is unknown color: approx Bondi Blue. HEX triplet: 13, 8A and B3. RGB value is (19,138,179). Sum of RGB (Red+Green+Blue) = 19+138+179=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #138AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AB3 is #EC754C. Grayscale: #6A6A6A. Windows color (decimal): -15496525 or 11766291. OLE color: 11766291.

HSL color Cylindrical-coordinate representation of color #138AB3: hue angle of 195.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138AB3 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19138179-
CMYK0.890.2300.30
HSL195.38º80.81%38.82%-
HSV(B)195.38º89.39%70.2%-
XYZ17.4921.5745.89-
YUV107.09168.5865.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=5.65%
G=41.07%
B=53.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191381790.890.2300.30195.3880.8138.82
Hex138AB3591701Ec35127
Octal232122631312703630312147
Binary100111000101010110011101100110111011110110000111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138AB3;
 }
 .AnyTagClassName
 {
   color: #138AB3;
 }
</style>
background-color css

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

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

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

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

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

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