Html Css Color HEX #1395BC Bondi Blue

📋 copy color: '#1395BC'

red 19 ◦ green 149 ◦ blue 188

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

Shades of Bondi Blue #1395BC

Tints of Bondi Blue #1395BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 5.34%
G = 41.85%
B = 52.81%

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

#1395BC (or 0x1395BC) is known color: Bondi Blue. HEX triplet: 13, 95 and BC. RGB value is (19,149,188). Sum of RGB (Red+Green+Blue) = 19+149+188=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #1395BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395BC is #EC6A43. Grayscale: #727272. Windows color (decimal): -15493700 or 12358931. OLE color: 12358931.

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

Color convert

RGB 19 149 188 -
CMYK 0.90 0.21 0 0.26
HSL 193.85º 0.82% 0.41% -
HSV(B) 193.85º 0.9% 0.74% -
XYZ 20.09 25.26 51.39 -
YUV 114.58 169.43 59.83 -
System Red Green Blue C M Y K H S L
Decimal 19 149 188 0.90 0.21 0 0.26 193.85 0.82 0.41
Hex 13 95 BC 5A 15 0 1A C2 52 29
Octal 23 225 274 132 25 0 32 302 122 51
Binary 10011 10010101 10111100 1011010 10101 0 11010 11000010 1010010 101001

Color Harmonies of #1395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395BC

Black with #1395BC

Text Example


Text Example

White with #1395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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