#007297

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

Shades of Cerulean #007297

Tints of Cerulean #007297

Color information

#007297 (or 0x007297) is unknown color: approx Cerulean. HEX triplet: 00, 72 and 97. RGB value is (0,114,151). Sum of RGB (Red+Green+Blue) = 0+114+151=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #007297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007297 is #FF8D68. Grayscale: #535353. Windows color (decimal): -16747881 or 9925120. OLE color: 9925120.

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

Color convert

RGB0114151-
CMYK10.2500.41
HSL194.7º100%29.61%-
HSV(B)194.7º100%59.22%-
XYZ11.614.2731.42-
YUV84.13165.7367.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=0%
G=43.02%
B=56.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal011415110.2500.41194.710029.61
Hex072976419029c3641e
Octal01622271443105130314436
Binary0111001010010111110010011001010100111000011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007297; }

 p { color: rgb(0,114,151); }

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

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

 a { background-color: rgb(0,114,151); }

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

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

 span { border-color: rgb(0,114,151); }

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