Html Css Color HEX #0673BA Cerulean

📋 copy color: '#0673BA'

red 6 ◦ green 115 ◦ blue 186

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

Shades of Cerulean #0673BA

Tints of Cerulean #0673BA

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

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

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

R = 1.95%
G = 37.46%
B = 60.59%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0673BA (or 0x0673BA) is known color: Cerulean. HEX triplet: 06, 73 and BA. RGB value is (6,115,186). Sum of RGB (Red+Green+Blue) = 6+115+186=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #0673BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673BA is #F98C45. Grayscale: #5A5A5A. Windows color (decimal): -16354374 or 12219142. OLE color: 12219142.

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

Color convert

RGB 6 115 186 -
CMYK 0.97 0.38 0 0.27
HSL 203.67º 0.94% 0.38% -
HSV(B) 203.67º 0.97% 0.73% -
XYZ 15.07 15.85 48.72 -
YUV 90.5 181.89 67.73 -
System Red Green Blue C M Y K H S L
Decimal 6 115 186 0.97 0.38 0 0.27 203.67 0.94 0.38
Hex 6 73 BA 61 26 0 1B CC 5E 26
Octal 6 163 272 141 46 0 33 314 136 46
Binary 110 1110011 10111010 1100001 100110 0 11011 11001100 1011110 100110

Color Harmonies of #0673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0673BA

Black with #0673BA

Text Example


Text Example

White with #0673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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