#0078B8

Color #0078B8 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0078B8

Tints of Cerulean #0078B8

Color information

#0078B8 (or 0x0078B8) is unknown color: approx Cerulean. HEX triplet: 00, 78 and B8. RGB value is (0,120,184). Sum of RGB (Red+Green+Blue) = 0+120+184=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #0078B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078B8 is #FF8747. Grayscale: #5B5B5B. Windows color (decimal): -16746312 or 12089344. OLE color: 12089344.

HSL color Cylindrical-coordinate representation of color #0078B8: hue angle of 200.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078B8 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB0120184-
CMYK10.3500.28
HSL200.87º100%36.08%-
HSV(B)200.87º100%72.16%-
XYZ15.3716.8947.8-
YUV91.42180.2462.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 184 (72.27% from 255) = 60.53%
R=0%
G=39.47%
B=60.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal012018410.3500.28200.8710036.08
Hex078B8642301Cc96424
Octal01702701444303431114444
Binary01111000101110001100100100011011100110010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0078B8; }

 p { color: rgb(0,120,184); }

 H1.HeaderClassName
 {
   color: #0078B8;
 }
 .AnyTagClassName
 {
   color: #0078B8;
 }
</style>
background-color css

<style>
 a { background-color: #0078B8; }

 a { background-color: rgb(0,120,184); }

 div.DivClassName
 {
   background-color: #0078B8;
 }
 .BgClassName
 {
   background-color: #0078B8;
 }
</style>
border-color css

<style>
 span { border-color: #0078B8; }

 span { border-color: rgb(0,120,184); }

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