#007A9F

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

Shades of Cerulean #007A9F

Tints of Cerulean #007A9F

Color information

#007A9F (or 0x007A9F) is unknown color: approx Cerulean. HEX triplet: 00, 7A and 9F. RGB value is (0,122,159). Sum of RGB (Red+Green+Blue) = 0+122+159=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #007A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A9F is #FF8560. Grayscale: #595959. Windows color (decimal): -16745825 or 10451456. OLE color: 10451456.

HSL color Cylindrical-coordinate representation of color #007A9F: hue angle of 193.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A9F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0122159-
CMYK10.2300.38
HSL193.96º100%31.18%-
HSV(B)193.96º100%62.35%-
XYZ13.2216.4235.27-
YUV89.74167.0863.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=0%
G=43.42%
B=56.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal012215910.2300.38193.9610031.18
Hex07A9F6417026c2641f
Octal01722371442704630214437
Binary0111101010011111110010010111010011011000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A9F; }

 p { color: rgb(0,122,159); }

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

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

 a { background-color: rgb(0,122,159); }

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

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

 span { border-color: rgb(0,122,159); }

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