Html Css Color HEX #1382BF Bondi Blue

📋 copy color: '#1382BF'

red 19 ◦ green 130 ◦ blue 191

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

Shades of Bondi Blue #1382BF

Tints of Bondi Blue #1382BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

 BLUE value IS 191 (75% from 255) = 56.18%

R = 5.59%
G = 38.24%
B = 56.18%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1382BF (or 0x1382BF) is known color: Bondi Blue. HEX triplet: 13, 82 and BF. RGB value is (19,130,191). Sum of RGB (Red+Green+Blue) = 19+130+191=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #1382BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382BF is #EC7D40. Grayscale: #676767. Windows color (decimal): -15498561 or 12550675. OLE color: 12550675.

HSL color Cylindrical-coordinate representation of color #1382BF: hue angle of 201.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1382BF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 130 191 -
CMYK 0.90 0.32 0 0.25
HSL 201.28º 0.82% 0.41% -
HSV(B) 201.28º 0.9% 0.75% -
XYZ 17.66 19.87 52.19 -
YUV 103.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 19 130 191 0.90 0.32 0 0.25 201.28 0.82 0.41
Hex 13 82 BF 5A 20 0 19 C9 52 29
Octal 23 202 277 132 40 0 31 311 122 51
Binary 10011 10000010 10111111 1011010 100000 0 11001 11001001 1010010 101001

Color Harmonies of #1382BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382BF

Black with #1382BF

Text Example


Text Example

White with #1382BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1382BF; }

 p { color: rgb(19,130,191); }

 H1.HeaderClassName
 {
   color: #1382BF;
 }
 .AnyTagClassName
 {
   color: #1382BF;
 }
</style>

background-color css

<style>
 a { background-color: #1382BF; }

 a { background-color: rgb(19,130,191); }

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

border-color css

<style>
 span { border-color: #1382BF; }

 span { border-color: rgb(19,130,191); }

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