#007199

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

Shades of Cerulean #007199

Tints of Cerulean #007199

Color information

#007199 (or 0x007199) is unknown color: approx Cerulean. HEX triplet: 00, 71 and 99. RGB value is (0,113,153). Sum of RGB (Red+Green+Blue) = 0+113+153=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #007199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007199 is #FF8E66. Grayscale: #535353. Windows color (decimal): -16748135 or 10055936. OLE color: 10055936.

HSL color Cylindrical-coordinate representation of color #007199: hue angle of 195.69º 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 #007199 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0113153-
CMYK10.2600.4
HSL195.69º100%30%-
HSV(B)195.69º100%60%-
XYZ11.6514.1132.25-
YUV83.77167.0668.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=0%
G=42.48%
B=57.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal011315310.2600.4195.6910030
Hex07199641A028c4641e
Octal01612311443205030414436
Binary0111000110011001110010011010010100011000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007199; }

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

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

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

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

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

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

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

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