Html Css Color HEX #0279AD Cerulean

📋 copy color: '#0279AD'

red 2 ◦ green 121 ◦ blue 173

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

Shades of Cerulean #0279AD

Tints of Cerulean #0279AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

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

R = 0.68%
G = 40.88%
B = 58.45%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0279AD (or 0x0279AD) is known color: Cerulean. HEX triplet: 02, 79 and AD. RGB value is (2,121,173). Sum of RGB (Red+Green+Blue) = 2+121+173=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #0279AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0279AD is #FD8652. Grayscale: #5B5B5B. Windows color (decimal): -16614995 or 11368706. OLE color: 11368706.

HSL color Cylindrical-coordinate representation of color #0279AD: hue angle of 198.25º 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 #0279AD is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 121 173 -
CMYK 0.99 0.30 0 0.32
HSL 198.25º 0.98% 0.34% -
HSV(B) 198.25º 0.99% 0.68% -
XYZ 14.41 16.7 42 -
YUV 91.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 2 121 173 0.99 0.30 0 0.32 198.25 0.98 0.34
Hex 2 79 AD 63 1E 0 20 C6 62 22
Octal 2 171 255 143 36 0 40 306 142 42
Binary 10 1111001 10101101 1100011 11110 0 100000 11000110 1100010 100010

Color Harmonies of #0279AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0279AD

Black with #0279AD

Text Example


Text Example

White with #0279AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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