Html Css Color HEX #1383BD Bondi Blue

📋 copy color: '#1383BD'

red 19 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #1383BD

Tints of Bondi Blue #1383BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 5.6%
G = 38.64%
B = 55.75%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1383BD (or 0x1383BD) is known color: Bondi Blue. HEX triplet: 13, 83 and BD. RGB value is (19,131,189). Sum of RGB (Red+Green+Blue) = 19+131+189=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #1383BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383BD is #EC7C42. Grayscale: #676767. Windows color (decimal): -15498307 or 12419859. OLE color: 12419859.

HSL color Cylindrical-coordinate representation of color #1383BD: hue angle of 200.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1383BD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 131 189 -
CMYK 0.90 0.31 0 0.26
HSL 200.47º 0.82% 0.41% -
HSV(B) 200.47º 0.9% 0.74% -
XYZ 17.57 20.05 51.09 -
YUV 104.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 19 131 189 0.90 0.31 0 0.26 200.47 0.82 0.41
Hex 13 83 BD 5A 1F 0 1A C8 52 29
Octal 23 203 275 132 37 0 32 310 122 51
Binary 10011 10000011 10111101 1011010 11111 0 11010 11001000 1010010 101001

Color Harmonies of #1383BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383BD

Black with #1383BD

Text Example


Text Example

White with #1383BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1383BD; }

 p { color: rgb(19,131,189); }

 H1.HeaderClassName
 {
   color: #1383BD;
 }
 .AnyTagClassName
 {
   color: #1383BD;
 }
</style>

background-color css

<style>
 a { background-color: #1383BD; }

 a { background-color: rgb(19,131,189); }

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

border-color css

<style>
 span { border-color: #1383BD; }

 span { border-color: rgb(19,131,189); }

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