Html Css Color HEX #077BBA Cerulean

📋 copy color: '#077BBA'

red 7 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #077BBA

Tints of Cerulean #077BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

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

R = 2.22%
G = 38.92%
B = 58.86%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#077BBA (or 0x077BBA) is known color: Cerulean. HEX triplet: 07, 7B and BA. RGB value is (7,123,186). Sum of RGB (Red+Green+Blue) = 7+123+186=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #077BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BBA is #F88445. Grayscale: #5F5F5F. Windows color (decimal): -16286790 or 12221191. OLE color: 12221191.

HSL color Cylindrical-coordinate representation of color #077BBA: hue angle of 201.12º 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 #077BBA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 123 186 -
CMYK 0.96 0.34 0 0.27
HSL 201.12º 0.93% 0.38% -
HSV(B) 201.12º 0.96% 0.73% -
XYZ 16.03 17.76 49.04 -
YUV 95.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 7 123 186 0.96 0.34 0 0.27 201.12 0.93 0.38
Hex 7 7B BA 60 22 0 1B C9 5D 26
Octal 7 173 272 140 42 0 33 311 135 46
Binary 111 1111011 10111010 1100000 100010 0 11011 11001001 1011101 100110

Color Harmonies of #077BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BBA

Black with #077BBA

Text Example


Text Example

White with #077BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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