#007A9B

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

Shades of Cerulean #007A9B

Tints of Cerulean #007A9B

Color information

#007A9B (or 0x007A9B) is unknown color: approx Cerulean. HEX triplet: 00, 7A and 9B. RGB value is (0,122,155). Sum of RGB (Red+Green+Blue) = 0+122+155=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #007A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A9B is #FF8564. Grayscale: #595959. Windows color (decimal): -16745829 or 10189312. OLE color: 10189312.

HSL color Cylindrical-coordinate representation of color #007A9B: hue angle of 192.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A9B is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0122155-
CMYK10.2100.39
HSL192.77º100%30.39%-
HSV(B)192.77º100%60.78%-
XYZ12.8816.2933.48-
YUV89.28165.0864.32-

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) = 44.04%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=0%
G=44.04%
B=55.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal012215510.2100.39192.7710030.39
Hex07A9B6415027c1641e
Octal01722331442504730114436
Binary0111101010011011110010010101010011111000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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