#1073AE

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

Shades of Cerulean #1073AE

Tints of Cerulean #1073AE

Color information

#1073AE (or 0x1073AE) is unknown color: approx Cerulean. HEX triplet: 10, 73 and AE. RGB value is (16,115,174). Sum of RGB (Red+Green+Blue) = 16+115+174=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #1073AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1073AE is #EF8C51. Grayscale: #5B5B5B. Windows color (decimal): -15699026 or 11432720. OLE color: 11432720.

HSL color Cylindrical-coordinate representation of color #1073AE: hue angle of 202.41º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1073AE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16115174-
CMYK0.910.3400.32
HSL202.41º83.16%37.25%-
HSV(B)202.41º90.8%68.24%-
XYZ13.9815.4342.29-
YUV92.12174.273.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=5.25%
G=37.70%
B=57.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161151740.910.3400.32202.4183.1637.25
Hex1073AE5B22020ca5325
Octal201632561334204031212345
Binary1000011100111010111010110111000100100000110010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1073AE; }

 p { color: rgb(16,115,174); }

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

<style>
 a { background-color: #1073AE; }

 a { background-color: rgb(16,115,174); }

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

<style>
 span { border-color: #1073AE; }

 span { border-color: rgb(16,115,174); }

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