#007499

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

Shades of Cerulean #007499

Tints of Cerulean #007499

Color information

#007499 (or 0x007499) is unknown color: approx Cerulean. HEX triplet: 00, 74 and 99. RGB value is (0,116,153). Sum of RGB (Red+Green+Blue) = 0+116+153=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #007499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007499 is #FF8B66. Grayscale: #555555. Windows color (decimal): -16747367 or 10056704. OLE color: 10056704.

HSL color Cylindrical-coordinate representation of color #007499: hue angle of 194.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007499 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0116153-
CMYK10.2400.4
HSL194.51º100%30%-
HSV(B)194.51º100%60%-
XYZ1214.7932.36-
YUV85.53166.0766.99-

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) = 43.12%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=0%
G=43.12%
B=56.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal011615310.2400.4194.5110030
Hex074996418028c3641e
Octal01642311443005030314436
Binary0111010010011001110010011000010100011000011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007499; }

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

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

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

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

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

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

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

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