#1072A5

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

Shades of Cerulean #1072A5

Tints of Cerulean #1072A5

Color information

#1072A5 (or 0x1072A5) is unknown color: approx Cerulean. HEX triplet: 10, 72 and A5. RGB value is (16,114,165). Sum of RGB (Red+Green+Blue) = 16+114+165=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #1072A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1072A5 is #EF8D5A. Grayscale: #5A5A5A. Windows color (decimal): -15699291 or 10842640. OLE color: 10842640.

HSL color Cylindrical-coordinate representation of color #1072A5: hue angle of 200.54º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1072A5 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16114165-
CMYK0.900.3100.35
HSL200.54º82.32%35.49%-
HSV(B)200.54º90.3%64.71%-
XYZ13.0214.8637.78-
YUV90.51170.0374.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=5.42%
G=38.64%
B=55.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161141650.900.3100.35200.5482.3235.49
Hex1072A55A1F023c95223
Octal201622451323704331112243
Binary100001110010101001011011010111110100011110010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1072A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1072A5; }

 p { color: rgb(16,114,165); }

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

<style>
 a { background-color: #1072A5; }

 a { background-color: rgb(16,114,165); }

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

<style>
 span { border-color: #1072A5; }

 span { border-color: rgb(16,114,165); }

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