Html Css Color HEX #138FB4 Bondi Blue

📋 copy color: '#138FB4'

red 19 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #138FB4

Tints of Bondi Blue #138FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 180 (70.7% from 255) = 52.63%

R = 5.56%
G = 41.81%
B = 52.63%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#138FB4 (or 0x138FB4) is known color: Bondi Blue. HEX triplet: 13, 8F and B4. RGB value is (19,143,180). Sum of RGB (Red+Green+Blue) = 19+143+180=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #138FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FB4 is #EC704B. Grayscale: #6D6D6D. Windows color (decimal): -15495244 or 11833107. OLE color: 11833107.

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

Color convert

RGB 19 143 180 -
CMYK 0.89 0.21 0 0.29
HSL 193.79º 0.81% 0.39% -
HSV(B) 193.79º 0.89% 0.71% -
XYZ 18.33 23.08 46.67 -
YUV 110.14 167.42 62.99 -
System Red Green Blue C M Y K H S L
Decimal 19 143 180 0.89 0.21 0 0.29 193.79 0.81 0.39
Hex 13 8F B4 59 15 0 1D C2 51 27
Octal 23 217 264 131 25 0 35 302 121 47
Binary 10011 10001111 10110100 1011001 10101 0 11101 11000010 1010001 100111

Color Harmonies of #138FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FB4

Black with #138FB4

Text Example


Text Example

White with #138FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,180); }

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

background-color css

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

 a { background-color: rgb(19,143,180); }

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

border-color css

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

 span { border-color: rgb(19,143,180); }

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