#1074B3

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

Shades of Cerulean #1074B3

Tints of Cerulean #1074B3

Color information

#1074B3 (or 0x1074B3) is unknown color: approx Cerulean. HEX triplet: 10, 74 and B3. RGB value is (16,116,179). Sum of RGB (Red+Green+Blue) = 16+116+179=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 179 (70.31% from 255 or 57.56% from 311); Max value from RGB is 179 - color contains mainly: blue. Hex color #1074B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074B3 is #EF8B4C. Grayscale: #5C5C5C. Windows color (decimal): -15698765 or 11760656. OLE color: 11760656.

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

Color convert

RGB16116179-
CMYK0.910.3500.30
HSL203.19º83.59%38.24%-
HSV(B)203.19º91.06%70.2%-
XYZ14.615.8644.94-
YUV93.28176.3772.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.14%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 179 (70.31% from 255) = 57.56%
R=5.14%
G=37.30%
B=57.56%

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
Decimal161161790.910.3500.30203.1983.5938.24
Hex1074B35B2301Ecb5426
Octal201642631334303631312446
Binary100001110100101100111011011100011011110110010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1074B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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