#1074B2

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

Shades of Cerulean #1074B2

Tints of Cerulean #1074B2

Color information

#1074B2 (or 0x1074B2) is unknown color: approx Cerulean. HEX triplet: 10, 74 and B2. RGB value is (16,116,178). Sum of RGB (Red+Green+Blue) = 16+116+178=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #1074B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1074B2 is #EF8B4D. Grayscale: #5C5C5C. Windows color (decimal): -15698766 or 11695120. OLE color: 11695120.

HSL color Cylindrical-coordinate representation of color #1074B2: hue angle of 202.96º 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 #1074B2 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16116178-
CMYK0.910.3500.30
HSL202.96º83.51%38.04%-
HSV(B)202.96º91.01%69.8%-
XYZ14.4915.8244.41-
YUV93.17175.8772.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 178 (69.92% from 255) = 57.42%
R=5.16%
G=37.42%
B=57.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161161780.910.3500.30202.9683.5138.04
Hex1074B25B2301Ecb5426
Octal201642621334303631312446
Binary100001110100101100101011011100011011110110010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1074B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1074B2; }

 p { color: rgb(16,116,178); }

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

<style>
 a { background-color: #1074B2; }

 a { background-color: rgb(16,116,178); }

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

<style>
 span { border-color: #1074B2; }

 span { border-color: rgb(16,116,178); }

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