Html Css Color HEX #0276BA Cerulean

📋 copy color: '#0276BA'

red 2 ◦ green 118 ◦ blue 186

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

Shades of Cerulean #0276BA

Tints of Cerulean #0276BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 0.65%
G = 38.56%
B = 60.78%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0276BA (or 0x0276BA) is known color: Cerulean. HEX triplet: 02, 76 and BA. RGB value is (2,118,186). Sum of RGB (Red+Green+Blue) = 2+118+186=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #0276BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276BA is #FD8945. Grayscale: #5A5A5A. Windows color (decimal): -16615750 or 12219906. OLE color: 12219906.

HSL color Cylindrical-coordinate representation of color #0276BA: hue angle of 202.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276BA is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 118 186 -
CMYK 0.99 0.37 0 0.27
HSL 202.17º 0.98% 0.37% -
HSV(B) 202.17º 0.99% 0.73% -
XYZ 15.37 16.51 48.83 -
YUV 91.07 181.57 64.47 -
System Red Green Blue C M Y K H S L
Decimal 2 118 186 0.99 0.37 0 0.27 202.17 0.98 0.37
Hex 2 76 BA 63 25 0 1B CA 62 25
Octal 2 166 272 143 45 0 33 312 142 45
Binary 10 1110110 10111010 1100011 100101 0 11011 11001010 1100010 100101

Color Harmonies of #0276BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0276BA

Black with #0276BA

Text Example


Text Example

White with #0276BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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