#1083AF

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

Shades of Cerulean #1083AF

Tints of Cerulean #1083AF

Color information

#1083AF (or 0x1083AF) is unknown color: approx Cerulean. HEX triplet: 10, 83 and AF. RGB value is (16,131,175). Sum of RGB (Red+Green+Blue) = 16+131+175=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #1083AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1083AF is #EF7C50. Grayscale: #656565. Windows color (decimal): -15694929 or 11502352. OLE color: 11502352.

HSL color Cylindrical-coordinate representation of color #1083AF: hue angle of 196.6º 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 #1083AF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16131175-
CMYK0.910.2500.31
HSL196.6º83.25%37.45%-
HSV(B)196.6º90.86%68.63%-
XYZ16.0719.4443.46-
YUV101.63169.466.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.97%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=4.97%
G=40.68%
B=54.35%

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
Decimal161311750.910.2500.31196.683.2537.45
Hex1083AF5B1901Fc55325
Octal202032571333103730512345
Binary100001000001110101111101101111001011111110001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1083AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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