#1084B3

Color #1084B3 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1084B3

Tints of Cerulean #1084B3

Color information

#1084B3 (or 0x1084B3) is unknown color: approx Cerulean. HEX triplet: 10, 84 and B3. RGB value is (16,132,179). Sum of RGB (Red+Green+Blue) = 16+132+179=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #1084B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084B3 is #EF7B4C. Grayscale: #666666. Windows color (decimal): -15694669 or 11764752. OLE color: 11764752.

HSL color Cylindrical-coordinate representation of color #1084B3: hue angle of 197.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1084B3 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16132179-
CMYK0.910.2600.30
HSL197.3º83.59%38.24%-
HSV(B)197.3º91.06%70.2%-
XYZ16.619.8745.61-
YUV102.67171.0766.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 179 (70.31% from 255) = 54.74%
R=4.89%
G=40.37%
B=54.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161321790.910.2600.30197.383.5938.24
Hex1084B35B1A01Ec55426
Octal202042631333203630512446
Binary100001000010010110011101101111010011110110001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1084B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1084B3; }

 p { color: rgb(16,132,179); }

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

<style>
 a { background-color: #1084B3; }

 a { background-color: rgb(16,132,179); }

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

<style>
 span { border-color: #1084B3; }

 span { border-color: rgb(16,132,179); }

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