Html Css Color HEX #0278AB Cerulean

📋 copy color: '#0278AB'

red 2 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #0278AB

Tints of Cerulean #0278AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 0.68%
G = 40.96%
B = 58.36%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0278AB (or 0x0278AB) is known color: Cerulean. HEX triplet: 02, 78 and AB. RGB value is (2,120,171). Sum of RGB (Red+Green+Blue) = 2+120+171=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0278AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0278AB is #FD8754. Grayscale: #5A5A5A. Windows color (decimal): -16615253 or 11237378. OLE color: 11237378.

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

Color convert

RGB 2 120 171 -
CMYK 0.99 0.30 0 0.33
HSL 198.11º 0.98% 0.34% -
HSV(B) 198.11º 0.99% 0.67% -
XYZ 14.09 16.39 40.95 -
YUV 90.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 2 120 171 0.99 0.30 0 0.33 198.11 0.98 0.34
Hex 2 78 AB 63 1E 0 21 C6 62 22
Octal 2 170 253 143 36 0 41 306 142 42
Binary 10 1111000 10101011 1100011 11110 0 100001 11000110 1100010 100010

Color Harmonies of #0278AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0278AB

Black with #0278AB

Text Example


Text Example

White with #0278AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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