Html Css Color HEX #0276AB Cerulean

📋 copy color: '#0276AB'

red 2 ◦ green 118 ◦ blue 171

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

Shades of Cerulean #0276AB

Tints of Cerulean #0276AB

RGB

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

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

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

R = 0.69%
G = 40.55%
B = 58.76%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0276AB (or 0x0276AB) is known color: Cerulean. HEX triplet: 02, 76 and AB. RGB value is (2,118,171). Sum of RGB (Red+Green+Blue) = 2+118+171=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0276AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0276AB is #FD8954. Grayscale: #595959. Windows color (decimal): -16615765 or 11236866. OLE color: 11236866.

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

Color convert

RGB 2 118 171 -
CMYK 0.99 0.31 0 0.33
HSL 198.82º 0.98% 0.34% -
HSV(B) 198.82º 0.99% 0.67% -
XYZ 13.85 15.91 40.87 -
YUV 89.36 174.07 65.69 -
System Red Green Blue C M Y K H S L
Decimal 2 118 171 0.99 0.31 0 0.33 198.82 0.98 0.34
Hex 2 76 AB 63 1F 0 21 C7 62 22
Octal 2 166 253 143 37 0 41 307 142 42
Binary 10 1110110 10101011 1100011 11111 0 100001 11000111 1100010 100010

Color Harmonies of #0276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276AB

Black with #0276AB

Text Example


Text Example

White with #0276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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