Html Css Color HEX #1385BF Bondi Blue

📋 copy color: '#1385BF'

red 19 ◦ green 133 ◦ blue 191

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

Shades of Bondi Blue #1385BF

Tints of Bondi Blue #1385BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 5.54%
G = 38.78%
B = 55.69%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1385BF (or 0x1385BF) is known color: Bondi Blue. HEX triplet: 13, 85 and BF. RGB value is (19,133,191). Sum of RGB (Red+Green+Blue) = 19+133+191=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #1385BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385BF is #EC7A40. Grayscale: #696969. Windows color (decimal): -15497793 or 12551443. OLE color: 12551443.

HSL color Cylindrical-coordinate representation of color #1385BF: hue angle of 200.23º 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 #1385BF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 133 191 -
CMYK 0.90 0.30 0 0.25
HSL 200.23º 0.82% 0.41% -
HSV(B) 200.23º 0.9% 0.75% -
XYZ 18.06 20.68 52.33 -
YUV 105.53 176.23 66.28 -
System Red Green Blue C M Y K H S L
Decimal 19 133 191 0.90 0.30 0 0.25 200.23 0.82 0.41
Hex 13 85 BF 5A 1E 0 19 C8 52 29
Octal 23 205 277 132 36 0 31 310 122 51
Binary 10011 10000101 10111111 1011010 11110 0 11001 11001000 1010010 101001

Color Harmonies of #1385BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385BF

Black with #1385BF

Text Example


Text Example

White with #1385BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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