Html Css Color HEX #0273BA Cerulean

📋 copy color: '#0273BA'

red 2 ◦ green 115 ◦ blue 186

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

Shades of Cerulean #0273BA

Tints of Cerulean #0273BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

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

R = 0.66%
G = 37.95%
B = 61.39%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0273BA (or 0x0273BA) is known color: Cerulean. HEX triplet: 02, 73 and BA. RGB value is (2,115,186). Sum of RGB (Red+Green+Blue) = 2+115+186=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #0273BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273BA is #FD8C45. Grayscale: #585858. Windows color (decimal): -16616518 or 12219138. OLE color: 12219138.

HSL color Cylindrical-coordinate representation of color #0273BA: hue angle of 203.15º 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 #0273BA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 115 186 -
CMYK 0.99 0.38 0 0.27
HSL 203.15º 0.98% 0.37% -
HSV(B) 203.15º 0.99% 0.73% -
XYZ 15.02 15.82 48.72 -
YUV 89.31 182.56 65.73 -
System Red Green Blue C M Y K H S L
Decimal 2 115 186 0.99 0.38 0 0.27 203.15 0.98 0.37
Hex 2 73 BA 63 26 0 1B CB 62 25
Octal 2 163 272 143 46 0 33 313 142 45
Binary 10 1110011 10111010 1100011 100110 0 11011 11001011 1100010 100101

Color Harmonies of #0273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273BA

Black with #0273BA

Text Example


Text Example

White with #0273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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