#1084AF

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

Shades of Cerulean #1084AF

Tints of Cerulean #1084AF

Color information

#1084AF (or 0x1084AF) is unknown color: approx Cerulean. HEX triplet: 10, 84 and AF. RGB value is (16,132,175). Sum of RGB (Red+Green+Blue) = 16+132+175=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #1084AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1084AF is #EF7B50. Grayscale: #656565. Windows color (decimal): -15694673 or 11502608. OLE color: 11502608.

HSL color Cylindrical-coordinate representation of color #1084AF: hue angle of 196.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1084AF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16132175-
CMYK0.910.2500.31
HSL196.23º83.25%37.45%-
HSV(B)196.23º90.86%68.63%-
XYZ16.219.7143.51-
YUV102.22169.0766.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=4.95%
G=40.87%
B=54.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161321750.910.2500.31196.2383.2537.45
Hex1084AF5B1901Fc45325
Octal202042571333103730412345
Binary100001000010010101111101101111001011111110001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1084AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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