Html Css Color HEX #077395 Cerulean

📋 copy color: '#077395'

red 7 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #077395

Tints of Cerulean #077395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 2.58%
G = 42.44%
B = 54.98%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#077395 (or 0x077395) is known color: Cerulean. HEX triplet: 07, 73 and 95. RGB value is (7,115,149). Sum of RGB (Red+Green+Blue) = 7+115+149=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #077395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077395 is #F88C6A. Grayscale: #565656. Windows color (decimal): -16288875 or 9794311. OLE color: 9794311.

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

Color convert

RGB 7 115 149 -
CMYK 0.95 0.23 0 0.42
HSL 194.37º 0.91% 0.31% -
HSV(B) 194.37º 0.95% 0.58% -
XYZ 11.64 14.48 30.61 -
YUV 86.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 7 115 149 0.95 0.23 0 0.42 194.37 0.91 0.31
Hex 7 73 95 5F 17 0 2A C2 5B 1F
Octal 7 163 225 137 27 0 52 302 133 37
Binary 111 1110011 10010101 1011111 10111 0 101010 11000010 1011011 11111

Color Harmonies of #077395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077395

Black with #077395

Text Example


Text Example

White with #077395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077395; }

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

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

background-color css

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

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

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

border-color css

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

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

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