Html Css Color HEX #0078A0 Cerulean

📋 copy color: '#0078A0'

red 0 ◦ green 120 ◦ blue 160

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

Shades of Cerulean #0078A0

Tints of Cerulean #0078A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

 BLUE value IS 160 (62.89% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0078A0 (or 0x0078A0) is known color: Cerulean. HEX triplet: 00, 78 and A0. RGB value is (0,120,160). Sum of RGB (Red+Green+Blue) = 0+120+160=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #0078A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078A0 is #FF875F. Grayscale: #585858. Windows color (decimal): -16746336 or 10516480. OLE color: 10516480.

HSL color Cylindrical-coordinate representation of color #0078A0: hue angle of 195º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078A0 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 120 160 -
CMYK 1 0.25 0 0.37
HSL 195º 1% 0.31% -
HSV(B) 195º 1% 0.63% -
XYZ 13.06 15.97 35.65 -
YUV 88.68 168.24 64.75 -
System Red Green Blue C M Y K H S L
Decimal 0 120 160 1 0.25 0 0.37 195 1 0.31
Hex 0 78 A0 64 19 0 25 C3 64 1F
Octal 0 170 240 144 31 0 45 303 144 37
Binary 0 1111000 10100000 1100100 11001 0 100101 11000011 1100100 11111

Color Harmonies of #0078A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078A0

Black with #0078A0

Text Example


Text Example

White with #0078A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0078A0;
 }
 .AnyTagClassName
 {
   color: #0078A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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