Html Css Color HEX #07799A Cerulean

📋 copy color: '#07799A'

red 7 ◦ green 121 ◦ blue 154

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

Shades of Cerulean #07799A

Tints of Cerulean #07799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 2.48%
G = 42.91%
B = 54.61%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07799A (or 0x07799A) is known color: Cerulean. HEX triplet: 07, 79 and 9A. RGB value is (7,121,154). Sum of RGB (Red+Green+Blue) = 7+121+154=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #07799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07799A is #F88665. Grayscale: #5A5A5A. Windows color (decimal): -16287334 or 10123527. OLE color: 10123527.

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

Color convert

RGB 7 121 154 -
CMYK 0.95 0.21 0 0.40
HSL 193.47º 0.91% 0.32% -
HSV(B) 193.47º 0.95% 0.6% -
XYZ 12.76 16.05 33 -
YUV 90.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 7 121 154 0.95 0.21 0 0.40 193.47 0.91 0.32
Hex 7 79 9A 5F 15 0 28 C1 5B 20
Octal 7 171 232 137 25 0 50 301 133 40
Binary 111 1111001 10011010 1011111 10101 0 101000 11000001 1011011 100000

Color Harmonies of #07799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07799A

Black with #07799A

Text Example


Text Example

White with #07799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07799A; }

 p { color: rgb(7,121,154); }

 H1.HeaderClassName
 {
   color: #07799A;
 }
 .AnyTagClassName
 {
   color: #07799A;
 }
</style>

background-color css

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

 a { background-color: rgb(7,121,154); }

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

border-color css

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

 span { border-color: rgb(7,121,154); }

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