Html Css Color HEX #077394 Cerulean

📋 copy color: '#077394'

red 7 ◦ green 115 ◦ blue 148

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

Shades of Cerulean #077394

Tints of Cerulean #077394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 2.59%
G = 42.59%
B = 54.81%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#077394 (or 0x077394) is known color: Cerulean. HEX triplet: 07, 73 and 94. RGB value is (7,115,148). Sum of RGB (Red+Green+Blue) = 7+115+148=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #077394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077394 is #F88C6B. Grayscale: #565656. Windows color (decimal): -16288876 or 9728775. OLE color: 9728775.

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

Color convert

RGB 7 115 148 -
CMYK 0.95 0.22 0 0.42
HSL 194.04º 0.91% 0.3% -
HSV(B) 194.04º 0.95% 0.58% -
XYZ 11.56 14.44 30.2 -
YUV 86.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 7 115 148 0.95 0.22 0 0.42 194.04 0.91 0.3
Hex 7 73 94 5F 16 0 2A C2 5B 1E
Octal 7 163 224 137 26 0 52 302 133 36
Binary 111 1110011 10010100 1011111 10110 0 101010 11000010 1011011 11110

Color Harmonies of #077394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077394

Black with #077394

Text Example


Text Example

White with #077394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077394; }

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

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

background-color css

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

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

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

border-color css

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

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

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