Html Css Color HEX #077398 Cerulean

📋 copy color: '#077398'

red 7 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #077398

Tints of Cerulean #077398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 2.55%
G = 41.97%
B = 55.47%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#077398 (or 0x077398) is known color: Cerulean. HEX triplet: 07, 73 and 98. RGB value is (7,115,152). Sum of RGB (Red+Green+Blue) = 7+115+152=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #077398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077398 is #F88C67. Grayscale: #565656. Windows color (decimal): -16288872 or 9990919. OLE color: 9990919.

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

Color convert

RGB 7 115 152 -
CMYK 0.95 0.24 0 0.40
HSL 195.31º 0.91% 0.31% -
HSV(B) 195.31º 0.95% 0.6% -
XYZ 11.89 14.57 31.89 -
YUV 86.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 7 115 152 0.95 0.24 0 0.40 195.31 0.91 0.31
Hex 7 73 98 5F 18 0 28 C3 5B 1F
Octal 7 163 230 137 30 0 50 303 133 37
Binary 111 1110011 10011000 1011111 11000 0 101000 11000011 1011011 11111

Color Harmonies of #077398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077398

Black with #077398

Text Example


Text Example

White with #077398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077398; }

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

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

background-color css

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

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

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

border-color css

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

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

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