#0674A9

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

Shades of Cerulean #0674A9

Tints of Cerulean #0674A9

Color information

#0674A9 (or 0x0674A9) is unknown color: approx Cerulean. HEX triplet: 06, 74 and A9. RGB value is (6,116,169). Sum of RGB (Red+Green+Blue) = 6+116+169=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #0674A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0674A9 is #F98B56. Grayscale: #585858. Windows color (decimal): -16354135 or 11105286. OLE color: 11105286.

HSL color Cylindrical-coordinate representation of color #0674A9: hue angle of 199.51º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0674A9 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6116169-
CMYK0.960.3100.34
HSL199.51º93.14%34.31%-
HSV(B)199.51º96.45%66.27%-
XYZ13.4815.3939.8-
YUV89.15173.0668.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 169 (66.41% from 255) = 58.08%
R=2.06%
G=39.86%
B=58.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61161690.960.3100.34199.5193.1434.31
Hex674A9601F022c85d22
Octal61642511403704231013542
Binary1101110100101010011100000111110100010110010001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0674A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0674A9; }

 p { color: rgb(6,116,169); }

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

<style>
 a { background-color: #0674A9; }

 a { background-color: rgb(6,116,169); }

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

<style>
 span { border-color: #0674A9; }

 span { border-color: rgb(6,116,169); }

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