Html Css Color HEX #138DBA Bondi Blue

📋 copy color: '#138DBA'

red 19 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #138DBA

Tints of Bondi Blue #138DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

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

R = 5.49%
G = 40.75%
B = 53.76%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138DBA (or 0x138DBA) is known color: Bondi Blue. HEX triplet: 13, 8D and BA. RGB value is (19,141,186). Sum of RGB (Red+Green+Blue) = 19+141+186=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #138DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBA is #EC7245. Grayscale: #6D6D6D. Windows color (decimal): -15495750 or 12225811. OLE color: 12225811.

HSL color Cylindrical-coordinate representation of color #138DBA: hue angle of 196.17º 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 #138DBA is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 141 186 -
CMYK 0.90 0.24 0 0.27
HSL 196.17º 0.81% 0.4% -
HSV(B) 196.17º 0.9% 0.73% -
XYZ 18.66 22.73 49.86 -
YUV 109.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 19 141 186 0.90 0.24 0 0.27 196.17 0.81 0.4
Hex 13 8D BA 5A 18 0 1B C4 51 28
Octal 23 215 272 132 30 0 33 304 121 50
Binary 10011 10001101 10111010 1011010 11000 0 11011 11000100 1010001 101000

Color Harmonies of #138DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DBA

Black with #138DBA

Text Example


Text Example

White with #138DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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