Html Css Color HEX #077FBA Cerulean

📋 copy color: '#077FBA'

red 7 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #077FBA

Tints of Cerulean #077FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 2.19%
G = 39.69%
B = 58.13%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#077FBA (or 0x077FBA) is known color: Cerulean. HEX triplet: 07, 7F and BA. RGB value is (7,127,186). Sum of RGB (Red+Green+Blue) = 7+127+186=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #077FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FBA is #F88045. Grayscale: #616161. Windows color (decimal): -16285766 or 12222215. OLE color: 12222215.

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

Color convert

RGB 7 127 186 -
CMYK 0.96 0.32 0 0.27
HSL 199.78º 0.93% 0.38% -
HSV(B) 199.78º 0.96% 0.73% -
XYZ 16.54 18.77 49.21 -
YUV 97.85 177.74 63.2 -
System Red Green Blue C M Y K H S L
Decimal 7 127 186 0.96 0.32 0 0.27 199.78 0.93 0.38
Hex 7 7F BA 60 20 0 1B C8 5D 26
Octal 7 177 272 140 40 0 33 310 135 46
Binary 111 1111111 10111010 1100000 100000 0 11011 11001000 1011101 100110

Color Harmonies of #077FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FBA

Black with #077FBA

Text Example


Text Example

White with #077FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,127,186); }

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

background-color css

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

 a { background-color: rgb(7,127,186); }

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

border-color css

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

 span { border-color: rgb(7,127,186); }

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