Html Css Color HEX #007A9B Cerulean

📋 copy color: '#007A9B'

red 0 ◦ green 122 ◦ blue 155

#007A9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #007A9B

Tints of Cerulean #007A9B

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 value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#007A9B (or 0x007A9B) is known color: 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

RGB 0 122 155 -
CMYK 1 0.21 0 0.39
HSL 192.77º 1% 0.3% -
HSV(B) 192.77º 1% 0.61% -
XYZ 12.88 16.29 33.48 -
YUV 89.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 0 122 155 1 0.21 0 0.39 192.77 1 0.3
Hex 0 7A 9B 64 15 0 27 C1 64 1E
Octal 0 172 233 144 25 0 47 301 144 36
Binary 0 1111010 10011011 1100100 10101 0 100111 11000001 1100100 11110

Color Harmonies of #007A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A9B

Black with #007A9B

Text Example


Text Example

White with #007A9B

Text Example


Text Example

HTML Codes & Css Web 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>