Html Css Color HEX #077491 Cerulean

📋 copy color: '#077491'

red 7 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #077491

Tints of Cerulean #077491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 2.61%
G = 43.28%
B = 54.1%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#077491 (or 0x077491) is known color: Cerulean. HEX triplet: 07, 74 and 91. RGB value is (7,116,145). Sum of RGB (Red+Green+Blue) = 7+116+145=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #077491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077491 is #F88B6E. Grayscale: #565656. Windows color (decimal): -16288623 or 9532423. OLE color: 9532423.

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

Color convert

RGB 7 116 145 -
CMYK 0.95 0.2 0 0.43
HSL 192.61º 0.91% 0.3% -
HSV(B) 192.61º 0.95% 0.57% -
XYZ 11.44 14.58 29 -
YUV 86.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 7 116 145 0.95 0.2 0 0.43 192.61 0.91 0.3
Hex 7 74 91 5F 14 0 2B C1 5B 1E
Octal 7 164 221 137 24 0 53 301 133 36
Binary 111 1110100 10010001 1011111 10100 0 101011 11000001 1011011 11110

Color Harmonies of #077491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077491

Black with #077491

Text Example


Text Example

White with #077491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077491; }

 p { color: rgb(7,116,145); }

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

background-color css

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

 a { background-color: rgb(7,116,145); }

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

border-color css

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

 span { border-color: rgb(7,116,145); }

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