Html Css Color HEX #077D9D Cerulean

📋 copy color: '#077D9D'

red 7 ◦ green 125 ◦ blue 157

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

Shades of Cerulean #077D9D

Tints of Cerulean #077D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 2.42%
G = 43.25%
B = 54.33%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#077D9D (or 0x077D9D) is known color: Cerulean. HEX triplet: 07, 7D and 9D. RGB value is (7,125,157). Sum of RGB (Red+Green+Blue) = 7+125+157=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #077D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D9D is #F88262. Grayscale: #5D5D5D. Windows color (decimal): -16286307 or 10321159. OLE color: 10321159.

HSL color Cylindrical-coordinate representation of color #077D9D: hue angle of 192.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077D9D is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 125 157 -
CMYK 0.96 0.20 0 0.38
HSL 192.8º 0.91% 0.32% -
HSV(B) 192.8º 0.96% 0.62% -
XYZ 13.51 17.15 34.5 -
YUV 93.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 7 125 157 0.96 0.20 0 0.38 192.8 0.91 0.32
Hex 7 7D 9D 60 14 0 26 C1 5B 20
Octal 7 175 235 140 24 0 46 301 133 40
Binary 111 1111101 10011101 1100000 10100 0 100110 11000001 1011011 100000

Color Harmonies of #077D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077D9D

Black with #077D9D

Text Example


Text Example

White with #077D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077D9D; }

 p { color: rgb(7,125,157); }

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

background-color css

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

 a { background-color: rgb(7,125,157); }

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

border-color css

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

 span { border-color: rgb(7,125,157); }

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