Html Css Color HEX #0076BA Cerulean

📋 copy color: '#0076BA'

red 0 ◦ green 118 ◦ blue 186

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

Shades of Cerulean #0076BA

Tints of Cerulean #0076BA

RGB

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

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

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

R = 0%
G = 38.82%
B = 61.18%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0076BA (or 0x0076BA) is known color: Cerulean. HEX triplet: 00, 76 and BA. RGB value is (0,118,186). Sum of RGB (Red+Green+Blue) = 0+118+186=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #0076BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076BA is #FF8945. Grayscale: #5A5A5A. Windows color (decimal): -16746822 or 12219904. OLE color: 12219904.

HSL color Cylindrical-coordinate representation of color #0076BA: hue angle of 201.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076BA is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 118 186 -
CMYK 1 0.37 0 0.27
HSL 201.94º 1% 0.36% -
HSV(B) 201.94º 1% 0.73% -
XYZ 15.34 16.5 48.83 -
YUV 90.47 181.91 63.47 -
System Red Green Blue C M Y K H S L
Decimal 0 118 186 1 0.37 0 0.27 201.94 1 0.36
Hex 0 76 BA 64 25 0 1B CA 64 24
Octal 0 166 272 144 45 0 33 312 144 44
Binary 0 1110110 10111010 1100100 100101 0 11011 11001010 1100100 100100

Color Harmonies of #0076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0076BA

Black with #0076BA

Text Example


Text Example

White with #0076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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