Html Css Color HEX #0076BC Cerulean

📋 copy color: '#0076BC'

red 0 ◦ green 118 ◦ blue 188

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

Shades of Cerulean #0076BC

Tints of Cerulean #0076BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 0%
G = 38.56%
B = 61.44%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0076BC (or 0x0076BC) is known color: Cerulean. HEX triplet: 00, 76 and BC. RGB value is (0,118,188). Sum of RGB (Red+Green+Blue) = 0+118+188=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #0076BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076BC is #FF8943. Grayscale: #5A5A5A. Windows color (decimal): -16746820 or 12350976. OLE color: 12350976.

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

Color convert

RGB 0 118 188 -
CMYK 1 0.37 0 0.26
HSL 202.34º 1% 0.37% -
HSV(B) 202.34º 1% 0.74% -
XYZ 15.56 16.59 49.96 -
YUV 90.7 182.91 63.31 -
System Red Green Blue C M Y K H S L
Decimal 0 118 188 1 0.37 0 0.26 202.34 1 0.37
Hex 0 76 BC 64 25 0 1A CA 64 25
Octal 0 166 274 144 45 0 32 312 144 45
Binary 0 1110110 10111100 1100100 100101 0 11010 11001010 1100100 100101

Color Harmonies of #0076BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0076BC

Black with #0076BC

Text Example


Text Example

White with #0076BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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