#0674AB

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

Shades of Cerulean #0674AB

Tints of Cerulean #0674AB

Color information

#0674AB (or 0x0674AB) is unknown color: approx Cerulean. HEX triplet: 06, 74 and AB. RGB value is (6,116,171). Sum of RGB (Red+Green+Blue) = 6+116+171=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0674AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0674AB is #F98B54. Grayscale: #595959. Windows color (decimal): -16354133 or 11236358. OLE color: 11236358.

HSL color Cylindrical-coordinate representation of color #0674AB: hue angle of 200º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0674AB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6116171-
CMYK0.960.3200.33
HSL200º93.22%34.71%-
HSV(B)200º96.49%67.06%-
XYZ13.6715.4740.79-
YUV89.38174.0668.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=2.05%
G=39.59%
B=58.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61161710.960.3200.3320093.2234.71
Hex674AB6020021c85d23
Octal61642531404004131013543
Binary11011101001010101111000001000000100001110010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0674AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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