Html Css Color HEX #0073BA Cerulean

📋 copy color: '#0073BA'

red 0 ◦ green 115 ◦ blue 186

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

Shades of Cerulean #0073BA

Tints of Cerulean #0073BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 38.21%
B = 61.79%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0073BA (or 0x0073BA) is known color: Cerulean. HEX triplet: 00, 73 and BA. RGB value is (0,115,186). Sum of RGB (Red+Green+Blue) = 0+115+186=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #0073BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073BA is #FF8C45. Grayscale: #585858. Windows color (decimal): -16747590 or 12219136. OLE color: 12219136.

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

Color convert

RGB 0 115 186 -
CMYK 1 0.38 0 0.27
HSL 202.9º 1% 0.36% -
HSV(B) 202.9º 1% 0.73% -
XYZ 14.99 15.81 48.72 -
YUV 88.71 182.9 64.73 -
System Red Green Blue C M Y K H S L
Decimal 0 115 186 1 0.38 0 0.27 202.9 1 0.36
Hex 0 73 BA 64 26 0 1B CB 64 24
Octal 0 163 272 144 46 0 33 313 144 44
Binary 0 1110011 10111010 1100100 100110 0 11011 11001011 1100100 100100

Color Harmonies of #0073BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073BA

Black with #0073BA

Text Example


Text Example

White with #0073BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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