Html Css Color HEX #1395BD Bondi Blue

📋 copy color: '#1395BD'

red 19 ◦ green 149 ◦ blue 189

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

Shades of Bondi Blue #1395BD

Tints of Bondi Blue #1395BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 5.32%
G = 41.74%
B = 52.94%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1395BD (or 0x1395BD) is known color: Bondi Blue. HEX triplet: 13, 95 and BD. RGB value is (19,149,189). Sum of RGB (Red+Green+Blue) = 19+149+189=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #1395BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395BD is #EC6A42. Grayscale: #727272. Windows color (decimal): -15493699 or 12424467. OLE color: 12424467.

HSL color Cylindrical-coordinate representation of color #1395BD: hue angle of 194.12º 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 #1395BD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 149 189 -
CMYK 0.90 0.21 0 0.26
HSL 194.12º 0.82% 0.41% -
HSV(B) 194.12º 0.9% 0.74% -
XYZ 20.2 25.31 51.96 -
YUV 114.69 169.93 59.75 -
System Red Green Blue C M Y K H S L
Decimal 19 149 189 0.90 0.21 0 0.26 194.12 0.82 0.41
Hex 13 95 BD 5A 15 0 1A C2 52 29
Octal 23 225 275 132 25 0 32 302 122 51
Binary 10011 10010101 10111101 1011010 10101 0 11010 11000010 1010010 101001

Color Harmonies of #1395BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395BD

Black with #1395BD

Text Example


Text Example

White with #1395BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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