Html Css Color HEX #077399 Cerulean

📋 copy color: '#077399'

red 7 ◦ green 115 ◦ blue 153

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

Shades of Cerulean #077399

Tints of Cerulean #077399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 2.55%
G = 41.82%
B = 55.64%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077399 (or 0x077399) is known color: Cerulean. HEX triplet: 07, 73 and 99. RGB value is (7,115,153). Sum of RGB (Red+Green+Blue) = 7+115+153=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #077399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077399 is #F88C66. Grayscale: #565656. Windows color (decimal): -16288871 or 10056455. OLE color: 10056455.

HSL color Cylindrical-coordinate representation of color #077399: hue angle of 195.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077399 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 115 153 -
CMYK 0.95 0.25 0 0.4
HSL 195.62º 0.91% 0.31% -
HSV(B) 195.62º 0.95% 0.6% -
XYZ 11.97 14.61 32.33 -
YUV 87.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 7 115 153 0.95 0.25 0 0.4 195.62 0.91 0.31
Hex 7 73 99 5F 19 0 28 C4 5B 1F
Octal 7 163 231 137 31 0 50 304 133 37
Binary 111 1110011 10011001 1011111 11001 0 101000 11000100 1011011 11111

Color Harmonies of #077399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077399

Black with #077399

Text Example


Text Example

White with #077399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077399; }

 p { color: rgb(7,115,153); }

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

background-color css

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

 a { background-color: rgb(7,115,153); }

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

border-color css

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

 span { border-color: rgb(7,115,153); }

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