Html Css Color HEX #0276AD Cerulean

📋 copy color: '#0276AD'

red 2 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #0276AD

Tints of Cerulean #0276AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

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

R = 0.68%
G = 40.27%
B = 59.04%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0276AD (or 0x0276AD) is known color: Cerulean. HEX triplet: 02, 76 and AD. RGB value is (2,118,173). Sum of RGB (Red+Green+Blue) = 2+118+173=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0276AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0276AD is #FD8952. Grayscale: #595959. Windows color (decimal): -16615763 or 11367938. OLE color: 11367938.

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

Color convert

RGB 2 118 173 -
CMYK 0.99 0.32 0 0.32
HSL 199.3º 0.98% 0.34% -
HSV(B) 199.3º 0.99% 0.68% -
XYZ 14.05 15.99 41.88 -
YUV 89.59 175.07 65.53 -
System Red Green Blue C M Y K H S L
Decimal 2 118 173 0.99 0.32 0 0.32 199.3 0.98 0.34
Hex 2 76 AD 63 20 0 20 C7 62 22
Octal 2 166 255 143 40 0 40 307 142 42
Binary 10 1110110 10101101 1100011 100000 0 100000 11000111 1100010 100010

Color Harmonies of #0276AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276AD

Black with #0276AD

Text Example


Text Example

White with #0276AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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