#1383C1

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

Shades of Bondi Blue #1383C1

Tints of Bondi Blue #1383C1

Color information

#1383C1 (or 0x1383C1) is unknown color: approx Bondi Blue. HEX triplet: 13, 83 and C1. RGB value is (19,131,193). Sum of RGB (Red+Green+Blue) = 19+131+193=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #1383C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383C1 is #EC7C3E. Grayscale: #686868. Windows color (decimal): -15498303 or 12682003. OLE color: 12682003.

HSL color Cylindrical-coordinate representation of color #1383C1: hue angle of 201.38º 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 #1383C1 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19131193-
CMYK0.900.3200.24
HSL201.38º82.08%41.57%-
HSV(B)201.38º90.16%75.69%-
XYZ18.0120.2253.41-
YUV104.58177.8966.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.54%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=5.54%
G=38.19%
B=56.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191311930.900.3200.24201.3882.0841.57
Hex1383C15A20018c9522a
Octal232033011324003031112252
Binary1001110000011110000011011010100000011000110010011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1383C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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