Html Css Color HEX #0076AE Cerulean

📋 copy color: '#0076AE'

red 0 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #0076AE

Tints of Cerulean #0076AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 0%
G = 40.41%
B = 59.59%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0076AE (or 0x0076AE) is known color: Cerulean. HEX triplet: 00, 76 and AE. RGB value is (0,118,174). Sum of RGB (Red+Green+Blue) = 0+118+174=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #0076AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0076AE is #FF8951. Grayscale: #585858. Windows color (decimal): -16746834 or 11433472. OLE color: 11433472.

HSL color Cylindrical-coordinate representation of color #0076AE: hue angle of 199.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076AE is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 118 174 -
CMYK 1 0.32 0 0.32
HSL 199.31º 1% 0.34% -
HSV(B) 199.31º 1% 0.68% -
XYZ 14.12 16.01 42.39 -
YUV 89.1 175.91 64.45 -
System Red Green Blue C M Y K H S L
Decimal 0 118 174 1 0.32 0 0.32 199.31 1 0.34
Hex 0 76 AE 64 20 0 20 C7 64 22
Octal 0 166 256 144 40 0 40 307 144 42
Binary 0 1110110 10101110 1100100 100000 0 100000 11000111 1100100 100010

Color Harmonies of #0076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0076AE

Black with #0076AE

Text Example


Text Example

White with #0076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0076AE; }

 p { color: rgb(0,118,174); }

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

background-color css

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

 a { background-color: rgb(0,118,174); }

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

border-color css

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

 span { border-color: rgb(0,118,174); }

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