Html Css Color HEX #0278AD Cerulean

📋 copy color: '#0278AD'

red 2 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #0278AD

Tints of Cerulean #0278AD

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

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

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 0.68%
G = 40.68%
B = 58.64%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0278AD (or 0x0278AD) is known color: Cerulean. HEX triplet: 02, 78 and AD. RGB value is (2,120,173). Sum of RGB (Red+Green+Blue) = 2+120+173=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #0278AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0278AD is #FD8752. Grayscale: #5A5A5A. Windows color (decimal): -16615251 or 11368450. OLE color: 11368450.

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

Color convert

RGB 2 120 173 -
CMYK 0.99 0.31 0 0.32
HSL 198.6º 0.98% 0.34% -
HSV(B) 198.6º 0.99% 0.68% -
XYZ 14.28 16.46 41.96 -
YUV 90.76 174.41 64.69 -
System Red Green Blue C M Y K H S L
Decimal 2 120 173 0.99 0.31 0 0.32 198.6 0.98 0.34
Hex 2 78 AD 63 1F 0 20 C7 62 22
Octal 2 170 255 143 37 0 40 307 142 42
Binary 10 1111000 10101101 1100011 11111 0 100000 11000111 1100010 100010

Color Harmonies of #0278AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0278AD

Black with #0278AD

Text Example


Text Example

White with #0278AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0278AD; }

 p { color: rgb(2,120,173); }

 H1.HeaderClassName
 {
   color: #0278AD;
 }
 .AnyTagClassName
 {
   color: #0278AD;
 }
</style>

background-color css

<style>
 a { background-color: #0278AD; }

 a { background-color: rgb(2,120,173); }

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

border-color css

<style>
 span { border-color: #0278AD; }

 span { border-color: rgb(2,120,173); }

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