Html Css Color HEX #077294 Cerulean

📋 copy color: '#077294'

red 7 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #077294

Tints of Cerulean #077294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 2.6%
G = 42.38%
B = 55.02%

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

#077294 (or 0x077294) is known color: Cerulean. HEX triplet: 07, 72 and 94. RGB value is (7,114,148). Sum of RGB (Red+Green+Blue) = 7+114+148=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #077294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077294 is #F88D6B. Grayscale: #555555. Windows color (decimal): -16289132 or 9728519. OLE color: 9728519.

HSL color Cylindrical-coordinate representation of color #077294: hue angle of 194.47º 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 #077294 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 114 148 -
CMYK 0.95 0.23 0 0.42
HSL 194.47º 0.91% 0.3% -
HSV(B) 194.47º 0.95% 0.58% -
XYZ 11.45 14.22 30.16 -
YUV 85.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 7 114 148 0.95 0.23 0 0.42 194.47 0.91 0.3
Hex 7 72 94 5F 17 0 2A C2 5B 1E
Octal 7 162 224 137 27 0 52 302 133 36
Binary 111 1110010 10010100 1011111 10111 0 101010 11000010 1011011 11110

Color Harmonies of #077294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077294

Black with #077294

Text Example


Text Example

White with #077294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077294; }

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

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

background-color css

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

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

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

border-color css

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

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

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