#1382C1

Color #1382C1 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1382C1

Tints of Bondi Blue #1382C1

Color information

#1382C1 (or 0x1382C1) is unknown color: approx Bondi Blue. HEX triplet: 13, 82 and C1. RGB value is (19,130,193). Sum of RGB (Red+Green+Blue) = 19+130+193=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #1382C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382C1 is #EC7D3E. Grayscale: #676767. Windows color (decimal): -15498559 or 12681747. OLE color: 12681747.

HSL color Cylindrical-coordinate representation of color #1382C1: hue angle of 201.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1382C1 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19130193-
CMYK0.900.3300.24
HSL201.72º82.08%41.57%-
HSV(B)201.72º90.16%75.69%-
XYZ17.8819.9553.36-
YUV103.99178.2367.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.56%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=5.56%
G=38.01%
B=56.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191301930.900.3300.24201.7282.0841.57
Hex1382C15A21018ca522a
Octal232023011324103031212252
Binary1001110000010110000011011010100001011000110010101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1382C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1382C1;
 }
 .AnyTagClassName
 {
   color: #1382C1;
 }
</style>
background-color css

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

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

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

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

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

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