Html Css Color HEX #077A9B Cerulean

📋 copy color: '#077A9B'

red 7 ◦ green 122 ◦ blue 155

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

Shades of Cerulean #077A9B

Tints of Cerulean #077A9B

RGB

 RED value IS 7 (3.13% from 255) = 2.46%

 GREEN value IS 122 (48.05% from 255) = 42.96%

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 2.46%
G = 42.96%
B = 54.58%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#077A9B (or 0x077A9B) is known color: Cerulean. HEX triplet: 07, 7A and 9B. RGB value is (7,122,155). Sum of RGB (Red+Green+Blue) = 7+122+155=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #077A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A9B is #F88564. Grayscale: #5B5B5B. Windows color (decimal): -16287077 or 10189319. OLE color: 10189319.

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

Color convert

RGB 7 122 155 -
CMYK 0.95 0.21 0 0.39
HSL 193.38º 0.91% 0.32% -
HSV(B) 193.38º 0.95% 0.61% -
XYZ 12.96 16.33 33.48 -
YUV 91.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 7 122 155 0.95 0.21 0 0.39 193.38 0.91 0.32
Hex 7 7A 9B 5F 15 0 27 C1 5B 20
Octal 7 172 233 137 25 0 47 301 133 40
Binary 111 1111010 10011011 1011111 10101 0 100111 11000001 1011011 100000

Color Harmonies of #077A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A9B

Black with #077A9B

Text Example


Text Example

White with #077A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077A9B;
 }
 .AnyTagClassName
 {
   color: #077A9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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