#0074AB

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

Shades of Cerulean #0074AB

Tints of Cerulean #0074AB

Color information

#0074AB (or 0x0074AB) is unknown color: approx Cerulean. HEX triplet: 00, 74 and AB. RGB value is (0,116,171). Sum of RGB (Red+Green+Blue) = 0+116+171=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #0074AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0074AB is #FF8B54. Grayscale: #575757. Windows color (decimal): -16747349 or 11236352. OLE color: 11236352.

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

Color convert

RGB0116171-
CMYK10.3200.33
HSL199.3º100%33.53%-
HSV(B)199.3º100%67.06%-
XYZ13.615.4340.79-
YUV87.59175.0765.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=0%
G=40.42%
B=59.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal011617110.3200.33199.310033.53
Hex074AB6420021c76422
Octal01642531444004130714442
Binary011101001010101111001001000000100001110001111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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